Retrieval typo
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Oct 2001 18:34:40 +0000 (18:34 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Oct 2001 18:34:40 +0000 (18:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1616 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 5874a7ff20a19242754685148222a6d8924b3596..aacc7268f47f126ad83f2a0159a4aced13cb419c 100644 (file)
         } 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" .