forked from jasder/antlr
Typo fix in XPath #2464
This commit is contained in:
parent
8d48f1a851
commit
d9c51b1525
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue