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.16~15 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=d5730715265b374713e43f852df3b05f30dc59f9 ReplyToAll: fix typo in string matching table --- diff --git a/webcit/messages.c b/webcit/messages.c index 9d8cd48d0..331060d98 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1322,7 +1322,7 @@ long l_rfca; const char *ReplyToModeStrings [3] = { "reply", - "replyalle", + "replyall", "forward" }; typedef enum _eReplyToNodes {