# HG changeset patch # User Gary Kramlich # Date 1117613185 0 # Node ID ee4ca56ed8a5753ce68f5dde602d1819fb40c81d # Parent 42769b481935310675e82fe06bd3ef118aa3ceed [gaim-migrate @ 12765] Kevin Stange found this... committer: Tailor Script diff -r 42769b481935 -r ee4ca56ed8a5 src/conversation.c --- a/src/conversation.c Wed Jun 01 04:58:35 2005 +0000 +++ b/src/conversation.c Wed Jun 01 08:06:25 2005 +0000 @@ -249,7 +249,7 @@ msg = _("Unable to send message."); if (!gaim_conv_present_error(who, account, msg)) { - msg = g_strdup_printf(_("Unable to send messge to %s."), who); + msg = g_strdup_printf(_("Unable to send message to %s."), who); gaim_notify_error(gc, NULL, msg, NULL); g_free(msg); }