togather -> together

Signed-off-by: Anton Backer <anton.backer@newsela.com>
This commit is contained in:
Anton Backer 2016-06-13 22:45:15 -04:00
parent 352cdf0a80
commit 80af26d2bb

View File

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