From 00322c0c29bbfd50121ac38ac3e4f2faddb7762a Mon Sep 17 00:00:00 2001 From: lovetox <philipp@hoerist.com> Date: Thu, 21 May 2020 13:04:09 +0200 Subject: [PATCH] Fix codespell errors --- gajim/common/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gajim/common/client.py b/gajim/common/client.py index ef35817b07..0d8449b9b5 100644 --- a/gajim/common/client.py +++ b/gajim/common/client.py @@ -532,10 +532,10 @@ def _disable_reconnect_timer(self): def cleanup(self): self._destroyed = True if self._client is not None: - # cleanup() is called befor nbmxpp.Client has disconnected, + # cleanup() is called before nbmxpp.Client has disconnected, # when we disable the account. So we need to unregister # handlers here. - # TODO: cleanup() should not be called befor disconnect is finished + # TODO: cleanup() should not be called before disconnect is finished for handler in modules.get_handlers(self): self._client.unregister_handler(handler) modules.unregister_modules(self) -- GitLab