Making the American/British spellings consistent to the error messages

Signed-off-by: Jonty <jontyleslie@gmail.com>
This commit is contained in:
Jonty 2025-11-10 15:26:03 +11:00 committed by Nicolas De loof
parent efd7424da7
commit 9db27a65c6

View File

@ -742,7 +742,7 @@ const (
ContainerEventRecreated ContainerEventRecreated
// ContainerEventExited is a ContainerEvent of type exit. ExitCode is set // ContainerEventExited is a ContainerEvent of type exit. ExitCode is set
ContainerEventExited ContainerEventExited
// UserCancel user cancelled compose up, we are stopping containers // UserCancel user canceled compose up, we are stopping containers
HookEventLog HookEventLog
) )