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-jelly.git
The following commit(s) were added to refs/heads/master by this push: new a8310220 Fix spelling a8310220 is described below commit a83102200c7610adc4d10c82121aaeef1412749c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 7 10:37:53 2022 -0400 Fix spelling --- core/src/main/java/org/apache/commons/jelly/impl/Embedded.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java b/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java index e8898f59..1916cac2 100644 --- a/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java +++ b/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java @@ -234,7 +234,7 @@ public class Embedded { public boolean execute() { if (log.isDebugEnabled()) log.debug("Starting Execution"); - //If script has not been compiled then return the errorMsg that occured during compilation + //If script has not been compiled then return the errorMsg that occurred during compilation if (!m_scriptCompiled) { if (log.isErrorEnabled()) log.error(m_scriptCompilationException.getMessage());