# HG changeset patch # User Etan Reisner # Date 1234418540 0 # Node ID eece2d17ab6563c70f45c4c04d29fc7f47852ccc # Parent 1946af16163028137f048495b38c9402fca4d87d I'm pretty sure this is what we meant here. diff -r 1946af161630 -r eece2d17ab65 libpurple/util.h --- 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.