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

commit f38c0e0f39805d34004bff61014169f40c003de2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 27 10:37:22 2025 -0500

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

diff --git 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
index b24bfcbb..51c24fc0 100644
--- 
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
+++ 
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
@@ -91,7 +91,7 @@ import org.xml.sax.Attributes;
  * SetNestedPropertiesRule.
  * </p>
  * <p>
- * TODO: Optimise this class. Currently, each time begin is called, new 
AnyChildRules and AnyChildRule objects are
+ * TODO: Optimize this class. Currently, each time begin is called, new 
AnyChildRules and AnyChildRule objects are
  * created. It should be possible to cache these in normal use (though watch 
out for when a rule instance is invoked
  * re-entrantly!).
  * </p>

Reply via email to