--- a/libpurple/protocols/mxit/protocol.c Mon Apr 11 21:00:18 2011 +0000 +++ b/libpurple/protocols/mxit/protocol.c Mon Apr 11 21:28:33 2011 +0000 @@ -1464,7 +1464,7 @@ session->http_sesid = atoi( records[0]->fields[0]->data ); } - /* extract MXitId (from protocol 5.9) */ + /* extract UserId (from protocol 5.9) */ if ( records[1]->fcount >= 9 ) session->uid = g_strdup( records[1]->fields[8]->data );