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


Commits:
34e50ce9 by Philipp Hörist at 2019-08-27T20:10:30Z
Fix typo

- - - - -


1 changed file:

- gajim/common/modules/muc.py


Changes:

=====================================
gajim/common/modules/muc.py
=====================================
@@ -787,7 +787,7 @@ class MUC(BaseModule):
             type_ = InviteType.DIRECT
 
         password = app.gc_passwords.get(room, None)
-        self._log.info('Inivte %s to %s', to, room)
+        self._log.info('Invite %s to %s', to, room)
         self._nbxmpp('MUC').invite(room, to, reason, password, continue_, 
type_)
 
     def cleanup(self):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/34e50ce9d481b71e1ffbac6d4b20deccfe5c6c51

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/34e50ce9d481b71e1ffbac6d4b20deccfe5c6c51
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to