Skip to content

Commit 69946c6

Browse files
committed
typo
1 parent 6032c4b commit 69946c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/htmlunit/html/xpath/XPathHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ else if (result instanceof XString) {
127127
list.add((T) result.str());
128128
}
129129
else {
130-
throw new RuntimeException("Unproccessed " + result.getClass().getName());
130+
throw new RuntimeException("Unprocessed " + result.getClass().getName());
131131
}
132132
}
133133
finally {

0 commit comments

Comments
 (0)