From f01d0ba3e2da4944a811fc4f57815ac97ee062ed Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 25 Oct 2017 20:37:24 -0500 Subject: Spelling fixes Change-Id: If4902b7c900f4108f4563a49ee8aca18294b32f7 Signed-off-by: Gunnar Mills --- module/obmc/wsgi/apps/rest_dbus.py | 2 +- module/obmc/wsgi/examples/websockets/client_simple.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py index 323e7da..3f84ddd 100644 --- a/module/obmc/wsgi/apps/rest_dbus.py +++ b/module/obmc/wsgi/apps/rest_dbus.py @@ -1242,7 +1242,7 @@ class App(Bottle): return route, args def custom_error_handler(self, res, error): - ''' Allow plugins to modify error reponses too via this custom + ''' Allow plugins to modify error responses too via this custom error handler. ''' response_object = {} diff --git a/module/obmc/wsgi/examples/websockets/client_simple.html b/module/obmc/wsgi/examples/websockets/client_simple.html index 7d75035..cdc8be5 100644 --- a/module/obmc/wsgi/examples/websockets/client_simple.html +++ b/module/obmc/wsgi/examples/websockets/client_simple.html @@ -2,9 +2,9 @@