From 38012c3a758740c1e8467d960a03adee5e345fad Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sat, 24 Nov 2018 11:21:06 +0100 Subject: Fix typo in an error message --- src/HTML5/Parser/Tokenizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/HTML5/Parser/Tokenizer.php b/src/HTML5/Parser/Tokenizer.php index 7b0b3f3..7a6fed4 100644 --- a/src/HTML5/Parser/Tokenizer.php +++ b/src/HTML5/Parser/Tokenizer.php @@ -486,7 +486,7 @@ class Tokenizer } if ($tok == '<') { - $this->parseError("Unexepcted '<' inside of attributes list."); + $this->parseError("Unexpected '<' inside of attributes list."); // Push the < back onto the stack. $this->scanner->unconsume(); // Let the caller figure out how to handle this. -- cgit v1.2.3