From 443b32a8467ac770a30a6b3e7f4472109ee245ca Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 19 Oct 2005 11:14:15 +0000 Subject: [PATCH] typo --- src/common/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index c6182282d..4db4a9459 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -59,7 +59,7 @@ awaiting_events = {} # list of messages/FT reveived but not printed # if type in ('chat', 'normal'): data = (message, subject, kind, time, # encrypted) # kind can be (incoming, error) - # if typw in file-request, file-request-error: data = file_props + # if type in file-request, file-request-error: data = file_props nicks = {} # list of our nick names in each account allow_notifications = {} # do we allow notifications for each account ? con_types = {} # type of each connection (ssl, tls, tcp, ...)