From d956d1f19b22c4db4d639649a2edcb736c427bec Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 23 Dec 2005 23:33:00 +0000 Subject: [PATCH] fix typo --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index d65d7824b..4b167c7f1 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1287,7 +1287,7 @@ class Connection: try: j = helpers.parse_jid(jid) except: - print >> sys.sterr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid + print >> sys.stderr, _('JID %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid else: roster[j] = raw_roster[jid]