libpurple/protocols/yahoo/yahoo_packet.c

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 34889
4ea2da14cd0e
child 36670
418f1f8581de
--- 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.

mercurial