diff src/core/sat_main.py @ 2176:61128d260eef

plugin account: removed dependency to Prosody/prosodyctl and properly use in-band registration instead
author Goffi <goffi@goffi.org>
date Thu, 09 Mar 2017 00:06:13 +0100
parents 255830fdb80b
children 83bcd9ec4782
line wrap: on
line diff
--- a/src/core/sat_main.py	Thu Mar 09 00:06:13 2017 +0100
+++ b/src/core/sat_main.py	Thu Mar 09 00:06:13 2017 +0100
@@ -439,7 +439,7 @@
         @return: client or None if it doesn't exist
         @raise exceptions.ProfileKeyUnknown: the profile or profile key doesn't exist
         @raise exceptions.NotFound: client is not available
-            This happen if profile has not been use yet
+            This happen if profile has not been used yet
         """
         profile = self.memory.getProfileName(profile_key)
         if not profile: