Fixing typo in calling render_http_exception

This commit is contained in:
Christopher Allan Webber 2013-04-17 10:03:33 -05:00
parent 3606316e9d
commit 6a28bc4e87

View File

@ -227,7 +227,7 @@ class MediaGoblinApp(object):
for m in self.meddleware[::-1]:
m.process_response(request, response)
except HTTPException as e:
response = render_http_exeption(
response = render_http_exception(
request, e, e.get_description(environ))
session_manager.save_session_to_cookie(request.session,