Mercurial > libervia-backend
diff src/plugins/plugin_xep_0054.py @ 1199:96fb74a4714d
misc: fixed some typos
author | Matteo Cypriani <mcy@lm7.fr> |
---|---|
date | Mon, 15 Sep 2014 14:18:25 +0200 |
parents | 5d89fecdf667 |
children | 8b891f9be183 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0054.py Tue Sep 09 22:09:51 2014 -0400 +++ b/src/plugins/plugin_xep_0054.py Mon Sep 15 14:18:25 2014 +0200 @@ -269,7 +269,7 @@ def setAvatar(self, filepath, profile_key=C.PROF_KEY_NONE): """Set avatar of the profile @param filepath: path of the image of the avatar""" - #TODO: This is a temporary way of setting avatar, as other VCard informations are not managed. + #TODO: This is a temporary way of setting the avatar, as other VCard information is not managed. # A proper full VCard management should be done (and more generaly a public/private profile) client = self.host.getClient(profile_key)