dammit, learn to spell
[citadel.git] / citadel / server / modules / autocompletion / serv_autocompletion.c
index f9e4029ceaea3f43fafc232aca0243f5d83972f1..413bf472b739920999baeff92ae7e3768206cecb 100644 (file)
@@ -50,7 +50,7 @@ void hunt_for_autocomplete(long msgnum, char *search_string) {
        msg = CtdlFetchMessage(msgnum, 1);
        if (msg == NULL) return;
 
-       v = vcard_load(msg->cm_fields[eMesageText]);
+       v = vcard_load(msg->cm_fields[eMessageText]);
        CM_Free(msg);
 
        // Try to match from a friendly name (the "fn" field).  If there is