Show
Ignore:
Timestamp:
08/31/07 18:31:23 (15 months ago)
Author:
asterix
Message:

[elghinn] xmpppy typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/xmpp/commands.py

    r5207 r8674  
    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