--- a/libpurple/protocols/mxit/markup.c Fri Aug 09 12:57:29 2013 +0200 +++ b/libpurple/protocols/mxit/markup.c Fri Aug 09 13:03:26 2013 +0200 @@ -482,7 +482,7 @@ purple_debug_info( MXIT_PLUGIN_ID, "emoticon_returned\n" ); - if (!purple_http_response_is_successfull(response)) { + if (!purple_http_response_is_successful(response)) { /* no reply from the WAP site */ purple_debug_error( MXIT_PLUGIN_ID, "Error contacting the MXit WAP site. Please try again later (emoticon).\n" ); goto done;