From 321aeb200d67067dbe27224a7e83fc97ee109658 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 15 Oct 2024 11:17:35 +0200 Subject: [PATCH] Typo --- test/PHPMailer/PHPMailerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/PHPMailer/PHPMailerTest.php b/test/PHPMailer/PHPMailerTest.php index 02a3d606..663d551e 100644 --- a/test/PHPMailer/PHPMailerTest.php +++ b/test/PHPMailer/PHPMailerTest.php @@ -1195,7 +1195,7 @@ EOT; /** * Test SMTPUTF8 usage, including when it is not to be used. */ - public function testUnsuppoortedSmtpUTF8() + public function testUnsupportedSmtpUTF8() { $this->Mail->CharSet = PHPMailer::CHARSET_ISO88591; self::assertFalse($this->Mail->addAddress('spın̈altap@example.com', ''));