From: Colin Leroy Date: Fri, 2 May 2014 08:03:18 +0000 (+0200) Subject: Fix typo X-Git-Tag: 3.10.0~90 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5ff93b4877c019777f08921feecae38e6c7fbd62 Fix typo --- diff --git a/src/compose.c b/src/compose.c index 5b7a58ebe..b23d0910e 100644 --- a/src/compose.c +++ b/src/compose.c @@ -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;