From 94675f2a703a54bfcd0b50d216056103c22a1944 Mon Sep 17 00:00:00 2001 From: Jonty Date: Mon, 10 Nov 2025 15:26:03 +1100 Subject: [PATCH 1/3] 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 f6734e13f62..fb9e00c1046 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 ) From 2d20a115f4643ca6b66b44fdd7dab8c7a18c0a3f Mon Sep 17 00:00:00 2001 From: Jonty Date: Mon, 10 Nov 2025 15:31:12 +1100 Subject: [PATCH 2/3] Grammatical fix 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 fb9e00c1046..f6734e13f62 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 canceled compose up, we are stopping containers + // UserCancel user cancelled compose up, we are stopping containers HookEventLog ) From 30f8220d7ecbb2c4d60f5b97a4b68eeaea29d4db Mon Sep 17 00:00:00 2001 From: Jonty Date: Mon, 10 Nov 2025 15:31:56 +1100 Subject: [PATCH 3/3] Grammatical fix 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 f6734e13f62..fb9e00c1046 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 )