From 5a6a65fd9fc27789376aec9390f6283c866f99e9 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 14 Nov 2011 11:20:53 -0800 Subject: [PATCH] Fix typo --- sleekxmpp/clientxmpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py index 191f9e9..fb3551f 100644 --- a/sleekxmpp/clientxmpp.py +++ b/sleekxmpp/clientxmpp.py @@ -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):