From 7b0ff4638517b07a777779087fe0db0ad99837fc Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 26 Aug 2002 07:15:11 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3453 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 2510b6cb..e5e3371b 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -201,7 +201,7 @@ // re-connect pop3 Mail_Fetch_Status(_("Server error...Disconnect")); $pop3->quit(); - Mail_Fetch_Status(_("Re-connect from dead connectoin")); + Mail_Fetch_Status(_("Re-connect from dead connection")); if (!$pop3->connect($mailfetch_server)) { Mail_Fetch_Status(_("Oops, ") . $pop3->ERROR ); Mail_Fetch_Status(_("Saving UIDL")); -- 2.25.1