Merge "Fix typo"

This commit is contained in:
Jenkins 2013-05-31 14:28:55 +00:00 committed by Gerrit Code Review
commit 0baf72d3eb

View File

@ -510,7 +510,7 @@ class Controller(object):
if context.tenant_id:
res_dict['tenant_id'] = context.tenant_id
else:
msg = _("Running without keystyone AuthN requires "
msg = _("Running without keystone AuthN requires "
" that tenant_id is specified")
raise webob.exc.HTTPBadRequest(msg)