diff src/protocols/toc/toc.c @ 3100:dd78d89c910b

[gaim-migrate @ 3114] Some spelling corrections by Tero Kuusela. Thanks. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 28 Mar 2002 18:22:49 +0000
parents 219dfcbd6737
children e883f604174e
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Thu Mar 28 18:05:48 2002 +0000
+++ b/src/protocols/toc/toc.c	Thu Mar 28 18:22:49 2002 +0000
@@ -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"