From 313aadb3277ee0d19da05834e223ac7b379c706a Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Sun, 8 Apr 2018 14:50:09 -0500 Subject: 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 --- module/obmc/wsgi/apps/rest_dbus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/obmc') 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) -- cgit v1.2.1