diff --git a/openerp/http.py b/openerp/http.py index 5b1a62fb8c3..b3018232f11 100644 --- a/openerp/http.py +++ b/openerp/http.py @@ -494,7 +494,7 @@ class JsonRequest(WebRequest): def _handle_exception(self, exception): """Called within an except block to allow converting exceptions - to abitrary responses. Anything returned (except None) will + to arbitrary responses. Anything returned (except None) will be used as response.""" try: return super(JsonRequest, self)._handle_exception(exception)