Fix typo
authorColin Leroy <colin@colino.net>
Fri, 2 May 2014 08:03:18 +0000 (10:03 +0200)
committerColin Leroy <colin@colino.net>
Fri, 2 May 2014 08:03:18 +0000 (10:03 +0200)
src/compose.c

index 5b7a58ebedcabea6433d0834c6fe732a1ccc511b..b23d0910e819180b8bd6cde80d8e58bfa5c8850e 100644 (file)
@@ -183,7 +183,7 @@ typedef enum {
 #define MAX_REFERENCES_LEN     999
 
 #define COMPOSE_DRAFT_TIMEOUT_UNSET -1
-#define COMPOSE_DRAFT_TIMEOUT_FORBIDEN -2
+#define COMPOSE_DRAFT_TIMEOUT_FORBIDDEN -2
 
 static GList *compose_list = NULL;
 static GSList *extra_headers = NULL;