Use American English spelling throughout

This commit is contained in:
2026-09-15 11:46:08 -07:00
parent 1765b31d5e
commit eb1ccc415e
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func Versions(ctx context.Context) (engine, compose string, err error) {
return engine, compose, nil
}
// ProjectLeftovers lists containers, volumes and networks already labelled
// ProjectLeftovers lists containers, volumes and networks already labeled
// with a compose project name. Any at all means an earlier run of the same
// project, and its volumes would hand a "fresh" deployment an old server.
func ProjectLeftovers(ctx context.Context, project string) ([]string, error) {