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>
Wed, 12 Dec 2012 07:24:29 +0000 (08:24 +0100)
webcit/messages.c

index 9d8cd48d0a630a7b340bb1ba1c9bb3df2d61498f..331060d985d165eedd35274b46ff912955dbdae0 100644 (file)
@@ -1322,7 +1322,7 @@ long l_rfca;
 
 const char *ReplyToModeStrings [3] = {
        "reply",
-       "replyalle",
+       "replyall",
        "forward"
 };
 typedef enum _eReplyToNodes {