]> granicus.if.org Git - php/commitdiff
spelling. bad chuck.
authorChuck Hagenbuch <chagenbu@php.net>
Thu, 2 Nov 2000 21:40:38 +0000 (21:40 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Thu, 2 Nov 2000 21:40:38 +0000 (21:40 +0000)
pear/Mail.php

index 67ea85b98e267c6903162c4d205b919f044ceb46..191ff7787fc230133f115cc4e9da1184e38e3e58 100644 (file)
@@ -123,7 +123,7 @@ class Mail extends PEAR {
                     return false;
                 }
                 $text_headers .= $key . ': ' . $val . "\n";
-            } else if ($key == 'Receieved') {
+            } else if ($key == 'Received') {
                 // put Received: headers at the top, since Receieved:
                 // after Subject: in the header order is somtimes used
                 // as a spam trap.