* Wrote the code to fetch a particular revision of a wiki page and stuff it back...
[citadel.git] / citadel / msgbase.c
index 9f4c5f222be5cae08cb154852d5cbe05564cf9e7..11a3c30c207a6172218a21292ebea6fb867cc51d 100644 (file)
@@ -2717,7 +2717,7 @@ void ReplicationChecks(struct CtdlMessage *msg) {
 long CtdlSubmitMsg(struct CtdlMessage *msg,    /* message to save */
                   struct recptypes *recps,     /* recipients (if mail) */
                   char *force,                 /* force a particular room? */
-                  int flags                    /* should the bessage be exported clean? */
+                  int flags                    /* should the message be exported clean? */
 ) {
        char submit_filename[128];
        char generated_timestamp[32];