dammit, learn to spell
[citadel.git] / citadel / server / modules / smtp / smtp_util.c
index 6e4352da90240432c2f9c8750d3f7257b40d2fab..e025db9ddb5514f7d8f6f0000b7a7f09176c4c1b 100644 (file)
@@ -212,7 +212,7 @@ void smtp_do_bounce(const char *instr, int is_final) {
        StrBufAppendBufPlain(BounceMB, HKEY("--"), 0);
        StrBufAppendBuf(BounceMB, boundary, 0);
        StrBufAppendBufPlain(BounceMB, HKEY("--\r\n"), 0);
-       CM_SetAsFieldSB(bmsg, eMesageText, &BounceMB);
+       CM_SetAsFieldSB(bmsg, eMessageText, &BounceMB);
 
        /* Deliver the bounce if there's anything worth mentioning */
        syslog(LOG_DEBUG, "num_bounces = %d", num_bounces);