changeset 9f0a252af47d in /home/hg/repos/gajim-plugins

author: Bahtiar `kalkin-` Gadimov <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=9f0a252af47d
description: Fix typo in documentation

diffstat:

 omemo/__init__.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r dc5eb91fd958 -r 9f0a252af47d omemo/__init__.py
--- a/omemo/__init__.py Thu Jan 07 20:59:10 2016 +0100
+++ b/omemo/__init__.py Thu Jan 07 21:28:42 2016 +0100
@@ -433,13 +433,14 @@
     @log_calls('OmemoPlugin')
     def omemo_disable_for(self, contact):
         """ Used by the ui to disable omemo for a specified contact """
+        # TODO Migrate this
         account = contact.account.name
         state = self.get_omemo_state(account)
         state.omemo_enabled.remove(contact.jid)
 
     @log_calls('OmemoPlugin')
     def has_omemo(self, contact):
-        """ Used by the ui to find out if omemo controls shoudl be displayed 
for
+        """ Used by the ui to find out if omemo controls should be displayed 
for
             the given contact.
 
             Returns
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to