typo again

This commit is contained in:
Yann Leboulanger 2007-11-22 14:00:01 +00:00
parent b833bd3cb7
commit 8722df168c
1 changed files with 1 additions and 1 deletions

View File

@ -2145,7 +2145,7 @@ returns the session that we last sent a message to.'''
show = self.continue_connect_info[0] show = self.continue_connect_info[0]
msg = self.continue_connect_info[1] msg = self.continue_connect_info[1]
signe_msg = self.continue_connect_info[2] 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) signed = self.get_signed_msg(msg)
if signed is None: if signed is None:
self.dispatch('ERROR', (_('OpenPGP passphrase was not given'), self.dispatch('ERROR', (_('OpenPGP passphrase was not given'),