Skip to content

Commit 313aadb

Browse files
committed
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 <[email protected]>
1 parent aeb995d commit 313aadb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/obmc/wsgi/apps/rest_dbus.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@ def __init__(self, app, bus):
338338

339339
def find(self, path, method):
340340
method_list = []
341-
busses = self.try_mapper_call(
341+
buses = self.try_mapper_call(
342342
self.mapper.get_object, path=path)
343-
for items in busses.items():
343+
for items in buses.items():
344344
m = self.find_method_on_bus(path, method, *items)
345345
if m:
346346
method_list.append(m)

0 commit comments

Comments
 (0)