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 ecd8e744 Fix spelling ecd8e744 is described below commit ecd8e744270e3dc755c50ad85394440e53367b13 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 7 10:38:25 2022 -0400 Fix spelling --- src/main/config/clirr-ignored.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/config/clirr-ignored.xml b/src/main/config/clirr-ignored.xml index 6f8b1e10..1d767520 100644 --- a/src/main/config/clirr-ignored.xml +++ b/src/main/config/clirr-ignored.xml @@ -19,7 +19,7 @@ <differences> <!-- 3.2 differences: Jexl{Engine, Script, Uberspect} are not used as user implementation contracts but only as JEXL API contracts. Adding new methods or final modifier to those is very unlikely to have - any impact on actual binary compatiblity.An equivalent set of changes occured on 3.1 without complaints. --> + any impact on actual binary compatiblity.An equivalent set of changes occurred on 3.1 without complaints. --> <difference> <className>org/apache/commons/jexl3/JexlEngine</className> <differenceType>7014</differenceType> <!-- final method on abstract class not meant for the user to derive -->