diff --git a/neutron/pecan_wsgi/hooks/translation.py b/neutron/pecan_wsgi/hooks/translation.py index 78b2cba54cc..d3c5f15fb3c 100644 --- a/neutron/pecan_wsgi/hooks/translation.py +++ b/neutron/pecan_wsgi/hooks/translation.py @@ -35,4 +35,4 @@ class ExceptionTranslationHook(hooks.PecanHook): # hide message from user in case it contained sensitive details LOG.exception(_("An unexpected exception was caught: %s") % e) raise webob.exc.HTTPInternalServerError( - _("An unexpected internal error occured.")) + _("An unexpected internal error occurred."))