Mercurial > pidgin
changeset 25448:eece2d17ab65
I'm pretty sure this is what we meant here.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 12 Feb 2009 06:02:20 +0000 |
parents | 1946af161630 |
children | c1f85543556d |
files | libpurple/util.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/util.h Thu Feb 12 06:00:15 2009 +0000 +++ b/libpurple/util.h Thu Feb 12 06:02:20 2009 +0000 @@ -1207,7 +1207,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.