From: philippe_mingo Date: Thu, 25 Oct 2001 18:34:40 +0000 (+0000) Subject: Retrieval typo X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ae3fac8dab1e33dc841922b522a9027bd45f6c32 Retrieval typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1616 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index 5874a7ff..aacc7268 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -405,7 +405,7 @@ } else if (ereg('"([^"]*)"', $topline, $regs)) { $ret = $regs[1]; } else { - $ret = "Body retrival error. Please report this bug!\n" . + $ret = "Body retrieval error. Please report this bug!\n" . "Response: $response\n" . "Message: $message\n" . "FETCH line: $topline" .