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"; }