From ff5c81cc2e10c36228c46581bc84641930388a8f Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Sat, 3 Sep 2011 11:20:15 +0300
Subject: [PATCH] fix typo

---
 gotr/otrmodule.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gotr/otrmodule.py b/gotr/otrmodule.py
index d19256fd..8ef782b8 100644
--- a/gotr/otrmodule.py
+++ b/gotr/otrmodule.py
@@ -471,7 +471,7 @@ class OtrPlugin(GajimPlugin):
         except potr.context.ErrorReceived, e:
             self.gajim_log(_('We received the following OTR error '
                     'message from %(jid)s: [%(error)s]') % {'jid': event.fjid,
-                    'error': e.args[0].error}
+                    'error': e.args[0].error})
             return IGNORE
         except RuntimeError, e:
             self.gajim_log(_('The following error occurred when trying to '
-- 
GitLab