Spellcheck all plugins

This commit is contained in:
Alexander Krotov
2018-06-29 01:05:33 +03:00
committed by Philipp Hörist
parent 6e430a3ee4
commit 5fc7a77526
15 changed files with 41 additions and 40 deletions

View File

@@ -428,7 +428,7 @@ class JingleWhiteboard(JingleContent):
self.session.connection.connection.send(message)
def send_items(self, items, rids):
# recieves dict items and a list of rids of items to send
# receives dict items and a list of rids of items to send
# TODO: is there a less clumsy way that doesn't involve passing
# whole list
self.send_whiteboard_node(items, rids)