From c7ab280976348a6035ea9f501f664bfb439e2a30 Mon Sep 17 00:00:00 2001 From: zloKOMAtic Date: Sat, 19 Sep 2020 16:37:41 +0200 Subject: [PATCH] Update UnclosedComment.php (#263) --- src/Exception/UnclosedComment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exception/UnclosedComment.php b/src/Exception/UnclosedComment.php index c87c97a..86b2b09 100644 --- a/src/Exception/UnclosedComment.php +++ b/src/Exception/UnclosedComment.php @@ -5,5 +5,5 @@ namespace Egulias\EmailValidator\Exception; class UnclosedComment extends InvalidEmail { const CODE = 146; - const REASON = "No colosing comment token found"; + const REASON = "No closing comment token found"; }