summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index 3e8235e3..095c068d 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -29,7 +29,7 @@ class Command(object):
class CommandCanceled(Exception):
- """ Exception triggered when an interactive command has been canceled
+ """ Exception triggered when an interactive command has been cancelled
"""
pass