diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/class-smtp.php --- a/wp/wp-includes/class-smtp.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-includes/class-smtp.php Mon Oct 14 18:28:13 2019 +0200 @@ -564,10 +564,10 @@ /** * Send an SMTP DATA command. * Issues a data command and sends the msg_data to the server, - * finializing the mail transaction. $msg_data is the message + * finalizing 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 with the message headers - * and the message body being separated by and additional . + * and the message body being separated by an additional . * Implements rfc 821: DATA * @param string $msg_data Message data to send * @access public