changeset 10962:ee4ca56ed8a5

[gaim-migrate @ 12765] Kevin Stange found this... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Wed, 01 Jun 2005 08:06:25 +0000
parents 42769b481935
children ad9f6c032092
files src/conversation.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 			}