summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:13:35 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:13:35 +0100
commitb981327df58eac0cf41a206333bf36dd5c4e2330 (patch)
tree2b19a90bf934cb11499b7ff828aaa7dee647eeec /poezio/core/handlers.py
parent15c5d7822ae17b323f647d9f5a04b98755c056aa (diff)
downloadpoezio-b981327df58eac0cf41a206333bf36dd5c4e2330.tar.gz
poezio-b981327df58eac0cf41a206333bf36dd5c4e2330.tar.bz2
poezio-b981327df58eac0cf41a206333bf36dd5c4e2330.tar.xz
poezio-b981327df58eac0cf41a206333bf36dd5c4e2330.zip
Fix typos, thanks `codespell`!
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index d7c51d8d..f1a8bcb9 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -1242,7 +1242,7 @@ class HandlerCore:
if show_unavailable or hide_unavailable or non_priv or logging_off\
or non_anon or semi_anon or full_anon:
tab.add_message(
- '\x19%(info_col)s}Info: A configuration change not privacy-related occured.'
+ '\x19%(info_col)s}Info: A configuration change not privacy-related occurred.'
% {
'info_col': dump_tuple(
get_theme().COLOR_INFORMATION_TEXT)
@@ -1584,7 +1584,7 @@ class HandlerCore:
if status == 'error':
return self.core.information(
- "An error occured while executing the command")
+ "An error occurred while executing the command")
if status == 'executing':
if not form:
@@ -1616,7 +1616,7 @@ class HandlerCore:
self.core.xmpp.plugin['xep_0050'].terminate_command(adhoc_session)
error_message = self.core.get_error_message(iq)
self.core.information(
- "An error occured while executing the command: %s" %
+ "An error occurred while executing the command: %s" %
(error_message), 'Error')
def _cancel_adhoc_command(self, form, session):