summaryrefslogtreecommitdiffstats
path: root/module/obmc/wsgi
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 14:50:09 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 14:50:09 -0500
commit313aadb3277ee0d19da05834e223ac7b379c706a (patch)
tree4cd667f8a4c197fd028c97cdc20ba52a93d74f43 /module/obmc/wsgi
parentaeb995da693765897055c911ba2fe211faad77a2 (diff)
downloadphosphor-rest-server-313aadb3277ee0d19da05834e223ac7b379c706a.tar.gz
phosphor-rest-server-313aadb3277ee0d19da05834e223ac7b379c706a.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: Ia286ebed549741e15a9661f5797d71e9f93ae83d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'module/obmc/wsgi')
-rw-r--r--module/obmc/wsgi/apps/rest_dbus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py
index 6f800e9..03a039d 100644
--- a/module/obmc/wsgi/apps/rest_dbus.py
+++ b/module/obmc/wsgi/apps/rest_dbus.py
@@ -338,9 +338,9 @@ class MethodHandler(RouteHandler):
def find(self, path, method):
method_list = []
- busses = self.try_mapper_call(
+ buses = self.try_mapper_call(
self.mapper.get_object, path=path)
- for items in busses.items():
+ for items in buses.items():
m = self.find_method_on_bus(path, method, *items)
if m:
method_list.append(m)
OpenPOWER on IntegriCloud