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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 80be0d38 Normalize Javadoc spelling
80be0d38 is described below

commit 80be0d38d934ec4967099403ee1299be37f96307
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Wed Jun 15 08:23:50 2022 -0400

    Normalize Javadoc spelling
---
 .../src/main/java/org/apache/commons/digester3/plugins/PluginRules.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java 
b/core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
index f50eb916..ed0867c1 100644
--- a/core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
+++ b/core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
@@ -338,7 +338,7 @@ public class PluginRules
                 // called for the first time.
                 if ( debug )
                 {
-                    log.debug( "Rule initialisation failed", e );
+                    log.debug( "Rule initialization failed", e );
                 }
                 // throw e; -- alas, can't do this
                 return;

Reply via email to