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 e29f74c5 Normalize spelling to US English
e29f74c5 is described below

commit e29f74c53b6d337fc468d420725e6cc883dad47a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 06:22:24 2023 -0400

    Normalize spelling to US English
---
 .../java/org/apache/commons/jexl3/introspection/JexlPermissions.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java 
b/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
index ee0b67eb..863b9525 100644
--- a/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
+++ b/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
@@ -57,7 +57,7 @@ import 
org.apache.commons.jexl3.internal.introspection.PermissionsParser;
  *     {@link #UNRESTRICTED} as parameter before creating a JEXL engine 
instance.
  * </p>
  * <p>
- *     For the same reason, using JEXL through scripting, it is possible to 
revert the underlying JEXL behaviour to
+ *     For the same reason, using JEXL through scripting, it is possible to 
revert the underlying JEXL behavior to
  *     JEXL 3.2 default by calling {@link 
org.apache.commons.jexl3.scripting.JexlScriptEngine#setPermissions(JexlPermissions)}
  *     with {@link #UNRESTRICTED} as parameter.
  * </p>

Reply via email to