--- a/libpurple/protocols/yahoo/yahoo_packet.c Sun Sep 01 05:01:14 2013 +0530 +++ b/libpurple/protocols/yahoo/yahoo_packet.c Sun Sep 01 14:24:24 2013 +0530 @@ -208,7 +208,7 @@ /* * Originally this function used g_slist_append(). I changed * it to use g_slist_prepend() for improved performance. - * Ideally the Yahoo! PRPL code would be indifferent to the + * Ideally the Yahoo! protocol code would be indifferent to the * order of the key/value pairs, but I don't know if this is * the case for all incoming messages. To be on the safe side * we reverse the list.