Преглед на файлове

togather -> together

Signed-off-by: Anton Backer <[email protected]>
Anton Backer преди 9 години
родител
ревизия
80af26d2bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -664,7 +664,7 @@ class TopLevelCommand(object):
         if options['--publish'] and options['--service-ports']:
             raise UserError(
                 'Service port mapping and manual port mapping '
-                'can not be used togather'
+                'can not be used together'
             )
 
         if options['COMMAND']: