summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-08-25 15:46:54 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-10-30 20:56:39 +0000
commit65ca9c73a919d86e13f68eaa00948d0bee848724 (patch)
tree6ec1d665588387013d61f7a80cbca903aab3f807 /alot/commands/__init__.py
parent057775bf834d585d992cf4f9bf2d82c12fc30c85 (diff)
fix typo
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