This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new e6b072b6 Fix Javadoc typo e6b072b6 is described below commit e6b072b6b267d5647e645f69b065e22723ace8ae Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 18 11:26:56 2022 -0400 Fix Javadoc typo --- src/main/java/org/apache/commons/jexl3/parser/ParseException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/jexl3/parser/ParseException.java b/src/main/java/org/apache/commons/jexl3/parser/ParseException.java index 1fa6e25f..9e22cfd4 100644 --- a/src/main/java/org/apache/commons/jexl3/parser/ParseException.java +++ b/src/main/java/org/apache/commons/jexl3/parser/ParseException.java @@ -45,7 +45,7 @@ public class ParseException extends Exception implements JavaccError { * "expectedTokenSequences", and "tokenImage" set. * @param currentToken This is the last token that has been consumed successfully. If * this object has been created due to a parse error, the token - * followng this token will (therefore) be the first error token. + * following this token will (therefore) be the first error token. * @param expectedTokenSequences Each entry in this array is an array of integers. Each array * of integers represents a sequence of tokens (by their ordinal * values) that is expected at this point of the parse.