fix typo. Fixes #4525

This commit is contained in:
Yann Leboulanger 2008-11-26 08:50:33 +00:00
parent f9034952e0
commit 73e4e000b9
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
return 3
if type_ == 'chat':
msg_iq = common.xmpp.Message(to=fjid, body=msgtxt, typ=type_i,
msg_iq = common.xmpp.Message(to=fjid, body=msgtxt, typ=type_,
xhtml=xhtml)
else: