From d897d90f999eef981130fcde93ad7b0b0fc6fc29 Mon Sep 17 00:00:00 2001 From: centaurix Date: Sat, 29 Sep 2001 08:06:37 +0000 Subject: [PATCH] s/retrival/retrieval/ fixed spelling mistake git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1535 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 6271141a..4b49faf4 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -393,7 +393,7 @@ return $regs[1]; } - $str = "Body retrival error. Please report this bug!\n"; + $str = "Body retrieval error. Please report this bug!\n"; $str .= "Response: $response\n"; $str .= "Message: $message\n"; $str .= "FETCH line: $topline"; -- 2.25.1