From 92a8adea653b29a9e6ee7778e8628f57b959ca4f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 30 Dec 2008 16:43:20 +0000 Subject: - Patch #352470 by scor: fixed typos and grammar in comments. --- includes/mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/mail.inc') diff --git a/includes/mail.inc b/includes/mail.inc index f50e626ec..c686c2078 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -188,7 +188,7 @@ function drupal_mail_send($message) { // They will appear correctly in the actual e-mail that is sent. str_replace("\r", '', $message['body']), // For headers, PHP's API suggests that we use CRLF normally, - // but some MTAs incorrecly replace LF with CRLF. See #234403. + // but some MTAs incorrectly replace LF with CRLF. See #234403. join("\n", $mimeheaders) ); } -- cgit v1.2.3