Mercurial > pidgin.yaz
changeset 13717:3b3430042849
[gaim-migrate @ 16126]
SF Patch #1480620 from Sadrul
Small typo fix. "Conversation" -> "Conversion"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 02 May 2006 20:07:55 +0000 |
parents | 963703ee5f91 |
children | 988186eb1688 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }