Merge pull request #3591 from staticshock/togather

Fix a typo (togather -> together)
This commit is contained in:
Aanand Prasad 2016-07-06 11:45:22 -07:00 committed by GitHub
commit 98818d4e50
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,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']: