changeset 2888:615e2e1d7e72

[gaim-migrate @ 2901] oops committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 16 Dec 2001 02:22:24 +0000
parents 704e1685f89b
children fccda160c078
files src/protocols/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Sun Dec 16 02:21:55 2001 +0000
+++ b/src/protocols/msn/msn.c	Sun Dec 16 02:22:24 2001 +0000
@@ -953,7 +953,7 @@
 
 		GET_NEXT(tmp);
 		if (!g_strncasecmp(tmp, "OTH", 3)) {
-			g_snprintf(msg, sizeof(mg), _("You have been disconnected. You have signed on from another location."));
+			g_snprintf(msg, sizeof(msg), _("You have been disconnected. You have signed on from another location."));
 			do_error_dialog(msg, _("MSN Error"));
 		}
 	} else if (!g_strncasecmp(buf, "PRP", 3)) {