libpurple/protocols/mxit/markup.c

changeset 34287
6cd0c77b1f6a
parent 34269
26b4c9a54166
child 35265
77664079d0f0
child 36542
30f40ecc4631
--- 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;

mercurial