Skip to content

Commit c7105a8

Browse files
authored
Merge pull request #152 from stof/fix_typo
Fix typo in an error message
2 parents 855fadd + 38012c3 commit c7105a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTML5/Parser/Tokenizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ protected function attribute(&$attributes)
472472
}
473473

474474
if ($tok == '<') {
475-
$this->parseError("Unexepcted '<' inside of attributes list.");
475+
$this->parseError("Unexpected '<' inside of attributes list.");
476476
// Push the < back onto the stack.
477477
$this->scanner->unconsume();
478478
// Let the caller figure out how to handle this.

0 commit comments

Comments
 (0)