Update of /cvsroot/gaim/gaim/src/protocols/toc
In directory usw-pr-cvs1:/tmp/cvs-serv8787/src/protocols/toc
Modified Files:
toc.c
Log Message:
Some spelling corrections by Tero Kuusela. Thanks.
Index: toc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- toc.c 19 Mar 2002 16:09:41 -0000 1.45
+++ toc.c 28 Mar 2002 18:22:49 -0000 1.46
@@ -471,7 +471,7 @@
g_snprintf(buf, sizeof(buf), _("An unknown signon error has occurred: %s."), w);
break;
default:
- g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occured. Info: %s"), no, w);
+ g_snprintf(buf, sizeof(buf), _("An unknown error, %d, has occurred. Info: %s"), no, w);
}
return buf;
@@ -779,7 +779,7 @@
} else if (!strcasecmp(c, "DIR_STATUS")) {
} else if (!strcasecmp(c, "ADMIN_NICK_STATUS")) {
} else if (!strcasecmp(c, "ADMIN_PASSWD_STATUS")) {
- do_error_dialog(_("Password Change Successeful"), _("Gaim - Password Change"));
+ do_error_dialog(_("Password Change Successful"), _("Gaim - Password Change"));
} else if (!strcasecmp(c, "PAUSE")) {
tdt->state = STATE_PAUSE;
do_error_dialog(_("TOC has sent a PAUSE command. When this happens, TOC ignores"
|