philippe_mingo преди 24 години
родител
ревизия
0439b47989
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      functions/mime.php

+ 1 - 1
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" .