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 44f340d7 Normalize spelling
44f340d7 is described below

commit 44f340d72d34a987f33aa59c23fccbf2987e6fa1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 14 07:48:14 2024 -0400

    Normalize spelling
---
 .../src/main/java/org/apache/commons/digester3/plugins/PluginRules.java | 2 +-
 commons-digester3-examples/xmlrules/addressbook/readme.txt              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
index 1dae12fb..03062f0f 100644
--- 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
+++ 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginRules.java
@@ -196,7 +196,7 @@ public class PluginRules
             {
                 // Currently, Digester doesn't handle exceptions well
                 // from the add method. The workaround is for the
-                // initialisable rule to remember that its initialization
+                // initializable rule to remember that its initialization
                 // failed, and to throw the exception when begin is
                 // called for the first time.
                 if ( debug )
diff --git a/commons-digester3-examples/xmlrules/addressbook/readme.txt 
b/commons-digester3-examples/xmlrules/addressbook/readme.txt
index af79529f..042fefa5 100644
--- a/commons-digester3-examples/xmlrules/addressbook/readme.txt
+++ b/commons-digester3-examples/xmlrules/addressbook/readme.txt
@@ -21,7 +21,7 @@ The files in this directory are intended as an example of how 
to use
 the Apache Digester's basic functionality via its xmlrules interface.
 
 Topics covered:
-* how to create a digester instance initialised with
+* how to create a digester instance initialized with
   rules specified in an external file.
 * how to parse a file
 * how to use the "object create" rule to create java objects

Reply via email to