From 8722df168c3ace6f8b7b107f1c0471d4f1537bab Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 22 Nov 2007 14:00:01 +0000 Subject: [PATCH] typo again --- src/common/connection_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index d5a6fa4ff..e11f3fcf0 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -2145,7 +2145,7 @@ returns the session that we last sent a message to.''' show = self.continue_connect_info[0] msg = self.continue_connect_info[1] signe_msg = self.continue_connect_info[2] - if signed_msg and not signed: + if signe_msg and not signed: signed = self.get_signed_msg(msg) if signed is None: self.dispatch('ERROR', (_('OpenPGP passphrase was not given'),