We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6032c4b commit 69946c6Copy full SHA for 69946c6
1 file changed
src/main/java/org/htmlunit/html/xpath/XPathHelper.java
@@ -127,7 +127,7 @@ else if (result instanceof XString) {
127
list.add((T) result.str());
128
}
129
else {
130
- throw new RuntimeException("Unproccessed " + result.getClass().getName());
+ throw new RuntimeException("Unprocessed " + result.getClass().getName());
131
132
133
finally {
0 commit comments