]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-smtp.php
Wordpress 3.0.3-scripts
[autoinstalls/wordpress.git] / wp-includes / class-smtp.php
index 250153c172e55ccfa7e0f2ea2ae77ea8bf93d05a..065e2e93166467db158f497b6024550006b8a918 100644 (file)
@@ -265,7 +265,7 @@ class SMTP
    * finializing the mail transaction. $msg_data is the message
    * that is to be send with the headers. Each header needs to be
    * on a single line followed by a <CRLF> with the message headers
-   * and the message body being seperated by and additional <CRLF>.
+   * and the message body being separated by and additional <CRLF>.
    *
    * Implements rfc 821: DATA <CRLF>
    *