Typo fix in XPath #2464

This commit is contained in:
Thomas 2019-05-08 15:01:31 +02:00
parent 8d48f1a851
commit d9c51b1525
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("Unknow path element " + el->toString());
throw IllegalArgumentException("Unknown path element " + el->toString());
}
}