Browse Source

s/retrival/retrieval/ fixed spelling mistake

centaurix 24 years ago
parent
commit
7cc042648f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -393,7 +393,7 @@
          return $regs[1];
          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 .= "Response:  $response\n";
       $str .= "Message:  $message\n";
       $str .= "Message:  $message\n";
       $str .= "FETCH line:  $topline";
       $str .= "FETCH line:  $topline";