diff options
Diffstat (limited to 'wp-includes/class-smtp.php')
| -rw-r--r-- | wp-includes/class-smtp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/class-smtp.php b/wp-includes/class-smtp.php index 136f82d..dd8b951 100644 --- a/wp-includes/class-smtp.php +++ b/wp-includes/class-smtp.php @@ -249,7 +249,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> * |
