src/protocols/oscar/oscar.c

changeset 13719
59b6403b4cc2
parent 13717
e42ba3023369
child 13730
cf63be7eb903
--- a/src/protocols/oscar/oscar.c	Tue May 02 06:36:36 2006 +0000
+++ b/src/protocols/oscar/oscar.c	Tue May 02 20:07:55 2006 +0000
@@ -384,7 +384,7 @@
 		else
 			ret = g_convert(data, datalen, "UTF-8", charsetstr, NULL, NULL, &err);
 		if (err != NULL) {
-			gaim_debug_warning("oscar", "Conversation from %s failed: %s.\n",
+			gaim_debug_warning("oscar", "Conversion from %s failed: %s.\n",
 							   charsetstr, err->message);
 			g_error_free(err);
 		}

mercurial