summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
authorBenjamin <fagga@gmx.de>2013-07-10 23:21:29 +0200
committerBenjamin <fagga@gmx.de>2013-07-10 23:21:29 +0200
commit474e208628cbdbf13af2fb20ae8ca70bcd0b0851 (patch)
treee2baaa802325b9a1c021c69dd3f22103e34fa3c9 /alot/errors.py
parent0711cf8efaf1a4cca24617c3406210a415006457 (diff)
Spotted a typo
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):