From f8242e6ff7cedfe3b32a807b8cc80736f0acddb2 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Sun, 21 May 2023 13:47:24 +0200 Subject: [PATCH] Comment --- src/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index a644d2ca..81a2d667 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -795,7 +795,7 @@ class PHPMailer * The maximum line length supported by mail(). * * Background: mail() will sometimes corrupt messages - * with headers headers longer than 65 chars, see #818. + * with headers longer than 65 chars, see #818. * * @var int */