diff src/plugins/plugin_xep_0045.py @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents 3158f9e08760
children b6dbac8ee485
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0045.py	Tue Sep 09 22:09:51 2014 -0400
+++ b/src/plugins/plugin_xep_0045.py	Mon Sep 15 14:18:25 2014 +0200
@@ -620,7 +620,7 @@
         return self.cmd_title(mess_data, profile)
 
     def _whois(self, whois_msg, mess_data, target_jid, profile):
-        """ Add MUC user informations to whois """
+        """ Add MUC user information to whois """
         if mess_data['type'] != "groupchat":
             return
         if target_jid.userhost() not in self.clients[profile].joined_rooms: