[elghinn] xmpppy typo

This commit is contained in:
Yann Leboulanger 2007-06-03 14:07:54 +00:00
parent fbd89e8d90
commit 5d1a78f176
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Commands(PlugIn):
elif self._handlers[''].has_key(node):
self._handlers[''][node]['execute'](conn,request)
else:
conn.send(Error(requet,ERR_ITEM_NOT_FOUND))
conn.send(Error(request,ERR_ITEM_NOT_FOUND))
raise NodeProcessed
def _DiscoHandler(self,conn,request,typ):