[Git][gajim/gajim][master] Fix typo

Philipp Hörist gitlab at dev.gajim.org
Thu Jul 5 18:14:47 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
1712743f by Philipp Hörist at 2018-07-05T18:14:36+02:00
Fix typo

- - - - -


1 changed file:

- gajim/common/modules/user_tune.py


Changes:

=====================================
gajim/common/modules/user_tune.py
=====================================
--- a/gajim/common/modules/user_tune.py
+++ b/gajim/common/modules/user_tune.py
@@ -69,7 +69,7 @@ class UserTune(AbstractPEPModule):
         tune_dict = {}
         tune_tag = item.getTag('tune', namespace=self.namespace)
         if tune_tag is None:
-            raise StanzaMalformed('No activity node')
+            raise StanzaMalformed('No tune node')
 
         for child in tune_tag.getChildren():
             name = child.getName().strip()



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/1712743fd5372b18c011163d0b8fa76688cd10f3

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/1712743fd5372b18c011163d0b8fa76688cd10f3
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180705/a0285aea/attachment-0001.html>


More information about the Commits mailing list