mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 11:09:56 +00:00
Fix typo
This commit is contained in:
parent
43c4d23896
commit
5a6a65fd9f
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class ClientXMPP(BaseXMPP):
|
|||
Will be executed when the roster is received.
|
||||
Implies block=False.
|
||||
"""
|
||||
return self.client_roster.updtae(jid, name, subscription, groups,
|
||||
return self.client_roster.update(jid, name, subscription, groups,
|
||||
block, timeout, callback)
|
||||
|
||||
def del_roster_item(self, jid):
|
||||
|
|
Loading…
Reference in a new issue