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 59bf1815 Fix spelling 59bf1815 is described below commit 59bf18153f29e984cddf58b308539b6381b278cd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 7 10:39:25 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 1916cac2..29c81d00 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 occurred during compilation + //If script has not been compiled then return the errorMsg that occurredd during compilation if (!m_scriptCompiled) { if (log.isErrorEnabled()) log.error(m_scriptCompilationException.getMessage());