From 9db27a65c6c3fcf3663bc2f96e8de3300bead80d Mon Sep 17 00:00:00 2001 From: Jonty Date: Mon, 10 Nov 2025 15:26:03 +1100 Subject: [PATCH] Making the American/British spellings consistent to the error messages Signed-off-by: Jonty --- pkg/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/api.go b/pkg/api/api.go index f6734e13f..fb9e00c10 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -742,7 +742,7 @@ const ( ContainerEventRecreated // ContainerEventExited is a ContainerEvent of type exit. ExitCode is set ContainerEventExited - // UserCancel user cancelled compose up, we are stopping containers + // UserCancel user canceled compose up, we are stopping containers HookEventLog )