Fix the bug of "Spelling error of a word"

The word "occured" should be spelled as "occurred".
So it is changed.

Change-Id: Ice5212dc8565edb0c5b5c55f979b27440eeeb9aa
Closes-Bug: #1505043
(cherry picked from commit 6364ce646e)
This commit is contained in:
JuPing 2015-10-12 17:21:08 +08:00 committed by Ihar Hrachyshka
parent 7c5e0b6112
commit ca883fa6c0
1 changed files with 1 additions and 1 deletions

View File

@ -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."))