dammit, learn to spell
[citadel.git] / citadel / server / modules / instmsg / serv_instmsg.c
index cc93953776684fbc876b81ab1ee8384deb35b6da..9fcc13fe5075a54c4790faa6ae1a599ae8dcb36b 100644 (file)
@@ -414,7 +414,7 @@ void flush_individual_conversation(struct imlog *im) {
        }
 
        CM_SetField(msg, eOriginalRoom, PAGELOGROOM);
-       CM_SetAsFieldSB(msg, eMesageText, &FullMsgBuf); /* we own this memory now */
+       CM_SetAsFieldSB(msg, eMessageText, &FullMsgBuf);        /* we own this memory now */
 
        // Start with usernums[1] because it's guaranteed to be higher than usernums[0],
        // so if there's only one party, usernums[0] will be zero but usernums[1] won't.