From 5d1a78f17678e51971323d927f4200f451bcd52c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 3 Jun 2007 14:07:54 +0000 Subject: [PATCH] [elghinn] xmpppy typo --- src/common/xmpp/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/xmpp/commands.py b/src/common/xmpp/commands.py index 6b23cbfe3..974d0162d 100644 --- a/src/common/xmpp/commands.py +++ b/src/common/xmpp/commands.py @@ -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):