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

@@ -256,7 +256,7 @@ class OldPGPPlugin(GajimPlugin):
'namespace': nbxmpp.NS_ENCRYPTED})
obj.msg_iq.addChild(node=eme_node)
# Set xhtml to None so it doesnt get logged
# Set xhtml to None so it doesn't get logged
obj.xhtml = None
obj.encrypted = self.encryption_name
self.add_additional_data(obj.additional_data)