From 6a40bef83342b4519b9231ce67ad92eaef537574 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 9 Dec 2012 16:46:25 +0100 Subject: [PATCH] ReplyToAll: fix typo in string matching table --- webcit/messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2