--- a/libpurple/protocols/myspace/myspace.c Mon Feb 10 01:40:39 2014 +0530 +++ b/libpurple/protocols/myspace/myspace.c Mon Feb 10 02:20:01 2014 +0530 @@ -1558,7 +1558,7 @@ purple_serv_got_typing(session->gc, username, 0, PURPLE_IM_TYPING); rc = TRUE; } else if (g_str_equal(msg_text, "%stoptyping%")) { - purple_purple_serv_got_typing_stopped(session->gc, username); + purple_serv_got_typing_stopped(session->gc, username); rc = TRUE; } else if (strstr(msg_text, "!!!ZAP_SEND!!!=RTE_BTN_ZAPS_")) { rc = msim_incoming_zap(session, msg); @@ -1614,7 +1614,7 @@ * Tell libpurple they started typing and stopped typing, to inform the Psychic * Mode plugin so it too can open a window to the user. */ purple_serv_got_typing(session->gc, username, 0, PURPLE_IM_TYPING); - purple_purple_serv_got_typing_stopped(session->gc, username); + purple_serv_got_typing_stopped(session->gc, username); g_free(username);