Explorar el Código

s/retrival/retrieval/ fixed spelling mistake

centaurix hace 24 años
padre
commit
7cc042648f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/mime.php

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