# HG changeset patch # User Evan Schoenberg # Date 1258917902 0 # Node ID 10a18f1ecb667068d991011a77c9a57d147609a7 # Parent 8a90bd0a3b792605da55467a254efe0bba86a622 Spelling fix in a debug log diff -r 8a90bd0a3b79 -r 10a18f1ecb66 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Sun Nov 22 18:56:06 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Nov 22 19:25:02 2009 +0000 @@ -468,7 +468,7 @@ charsetstr2 = purple_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); } - purple_debug_info("oscar", "Parsing IM part, charset=0x%04hx, charsubset=0x%04hx, datalen=%" G_GSIZE_FORMAT ", choice1=%s, choice2=%s, choise3=%s\n", + purple_debug_info("oscar", "Parsing IM part, charset=0x%04hx, charsubset=0x%04hx, datalen=%" G_GSIZE_FORMAT ", choice1=%s, choice2=%s, choice3=%s\n", charset, charsubset, datalen, charsetstr1, charsetstr2, (charsetstr3 ? charsetstr3 : "")); ret = purple_plugin_oscar_convert_to_utf8(data, datalen, charsetstr1, FALSE);