ReplyToAll: fix typo in string matching table
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 9 Dec 2012 15:46:25 +0000 (16:46 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 9 Dec 2012 15:46:25 +0000 (16:46 +0100)
webcit/messages.c

index 4e45ea69681778d6b99d784e9cb08972e768165f..dec8d66764cdb0e105c19bd10e414a287423adce 100644 (file)
@@ -1339,7 +1339,7 @@ long l_nvto;
 
 const char *ReplyToModeStrings [3] = {
        "reply",
-       "replyalle",
+       "replyall",
        "forward"
 };
 typedef enum _eReplyToNodes {