diff libpurple/util.h @ 25438:4b8c4870b13a

propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327) to branch 'im.pidgin.pidgin' (head d8c03c68d591d9392607d954942ee58b8618d946)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 04:18:40 +0000
parents d25cbbea7fe5 eece2d17ab65
children fd97c0de433d d8e6a2d592a4
line wrap: on
line diff
--- a/libpurple/util.h	Wed Feb 25 20:03:08 2009 +0000
+++ b/libpurple/util.h	Mon Mar 02 04:18:40 2009 +0000
@@ -1222,7 +1222,7 @@
 G_CONST_RETURN gchar *purple_gai_strerror(gint errnum);
 
 /**
- * Compares two UTF-8 strings case-insensitively.  This string is
+ * Compares two UTF-8 strings case-insensitively.  This comparison is
  * more expensive than a simple g_utf8_collate() comparison because
  * it calls g_utf8_casefold() on each string, which allocates new
  * strings.