Bug 1003273 - Fix "non-space characters insided a table" typo. DONTBUILD NPOTB r=alchen

Differential Revision: https://phabricator.services.mozilla.com/D81996
This commit is contained in:
Michael[tm] Smith 2020-08-03 10:47:53 +00:00
Родитель eb17e73a0a
Коммит e52b75de58
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6712,7 +6712,7 @@ public abstract class TreeBuilder<T> implements TokenHandler,
}
private void errNonSpaceInTable() throws SAXException {
err("Misplaced non-space characters insided a table.");
err("Misplaced non-space characters inside a table.");
}
private void errUnclosedChildrenInRuby() throws SAXException {