소스 검색

Retrieval typo

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