Changeset 4843 for trunk

Show
Ignore:
Timestamp:
12/24/05 00:33:00 (3 years ago)
Author:
nk
Message:

fix typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/connection.py

    r4816 r4843  
    12881288                                j = helpers.parse_jid(jid) 
    12891289                        except: 
    1290                                 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 
     1290                                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 
    12911291                        else: 
    12921292                                roster[j] = raw_roster[jid]