pidgin/pidgin

647c1ffb8147
Oops, changed the wrong param in previous commit
--- a/libpurple/util.h Mon Jan 20 03:05:41 2014 +0530
+++ b/libpurple/util.h Mon Jan 20 03:26:32 2014 +0530
@@ -1337,9 +1337,9 @@
* @param a The first string.
* @param b The second string.
*
- * @return -1 if @a is less than @b.
- * 0 if @a is equal to @b.
- * 1 if @a is greater than @b.
+ * @return -1 if @a a is less than @a b.
+ * 0 if @a a is equal to @a b.
+ * 1 if @a a is greater than @a b.
*/
int purple_utf8_strcasecmp(const char *a, const char *b);