From 474e208628cbdbf13af2fb20ae8ca70bcd0b0851 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 10 Jul 2013 23:21:29 +0200 Subject: Spotted a typo --- alot/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/errors.py') 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): -- cgit v1.2.3