summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/errors.py b/alot/errors.py
index 9f4bd519..e3acba8b 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -12,7 +12,7 @@ class GPGCode:
KEY_INVALID = 6
KEY_CANNOT_ENCRYPT = 7
KEY_CANNOT_SIGN = 8
- INVALID_HASHH = 9
+ INVALID_HASH = 9
class GPGProblem(Exception):