Changeset 8209

Show
Ignore:
Timestamp:
06/03/07 16:07:54 (18 months ago)
Author:
asterix
Message:

[elghinn] xmpppy typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/xmpp/commands.py

    r5207 r8209  
    8888                self._handlers[''][node]['execute'](conn,request) 
    8989        else: 
    90             conn.send(Error(requet,ERR_ITEM_NOT_FOUND)) 
     90            conn.send(Error(request,ERR_ITEM_NOT_FOUND)) 
    9191            raise NodeProcessed 
    9292