From: Wilfried Goesgens Date: Sun, 9 Dec 2012 15:46:25 +0000 (+0100) Subject: ReplyToAll: fix typo in string matching table X-Git-Tag: v8.20~175 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=6a40bef83342b4519b9231ce67ad92eaef537574 ReplyToAll: fix typo in string matching table --- diff --git a/webcit/messages.c b/webcit/messages.c index 4e45ea696..dec8d6676 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1339,7 +1339,7 @@ long l_nvto; const char *ReplyToModeStrings [3] = { "reply", - "replyalle", + "replyall", "forward" }; typedef enum _eReplyToNodes {