Skip to content

Commit ef15099

Browse files
Fix "non-space characters insided a table" typo
1 parent de301bc commit ef15099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nu/validator/htmlparser/impl/TreeBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6712,7 +6712,7 @@ private void errNoTableRowToClose() throws SAXException {
67126712
}
67136713

67146714
private void errNonSpaceInTable() throws SAXException {
6715-
err("Misplaced non-space characters insided a table.");
6715+
err("Misplaced non-space characters inside a table.");
67166716
}
67176717

67186718
private void errUnclosedChildrenInRuby() throws SAXException {

0 commit comments

Comments
 (0)