From 42856b4d0574fb4257b7c8685719c4664238d9d8 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Fri, 18 Nov 2016 11:05:55 +0800 Subject: [PATCH] Fix a typo TrivialFix Change-Id: Ic4c244635055be2ef5371307d8cd2ea677e78855 --- magnum/api/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/api/hooks.py b/magnum/api/hooks.py index aff26d701b..8ad9c1958d 100644 --- a/magnum/api/hooks.py +++ b/magnum/api/hooks.py @@ -112,6 +112,6 @@ class NoExceptionTracebackHook(hooks.PecanHook): faultsting = faultsting.split(traceback_marker, 1)[0] # Remove trailing newlines and spaces if any. json_body['faultstring'] = faultsting.rstrip() - # Replace the whole json. Cannot change original one beacause it's + # Replace the whole json. Cannot change original one because it's # generated on the fly. state.response.json = json_body