diff --git a/src/common/connection.py b/src/common/connection.py index 1bb74caff..e1ff73bc3 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1612,7 +1612,7 @@ class Connection: pritext = _('Gajim disconnected you from %s') % self.name sectext = _('%s seconds have passed and server did not reply to our keepalive. If you believe such disconnection should not have happend, you can disable sending keepalive packets by modifying this account') % str(keep_alive_disconnect_after_foo_secs) #FIXME: perhaps we should ask the user to confirm disconnectio? - self.dispatch('ERROR', (pirtext, sectext)) + self.dispatch('ERROR', (pritext, sectext)) return if self.connection: self.connection.Process(timeout)