Revert "Typo fix in XPath #2464"

This reverts commit d9c51b1525.
This commit is contained in:
Thomas 2019-05-13 22:38:49 +02:00
parent e7660d6cfa
commit 264db10290
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ std::vector<XPathElement> XPath::split(const std::string &path) {
break;
default :
throw IllegalArgumentException("Unknown path element " + el->toString());
throw IllegalArgumentException("Unknow path element " + el->toString());
}
}