Explorar o código

Making the American/British spellings consistent to the error messages

Signed-off-by: Jonty <[email protected]>
Jonty hai 3 meses
pai
achega
9db27a65c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/api/api.go

+ 1 - 1
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
 )