This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git

commit 1347744e738ea2e526ea419ea4b0df729569ed17
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 2 06:55:18 2026 -0400

    Normalize spelling.
---
 src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java 
b/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java
index cf6f12f..bd06c78 100644
--- a/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java
+++ b/src/main/java/org/apache/commons/xml/secure/SecureSAXParserFactory.java
@@ -321,7 +321,7 @@ static XMLReader newXMLReader(final boolean 
overrideDefaultParser) {
      *
      * <p>Rather than branching on the implementation class, this method 
probes what the parser supports and adapts. Because
      * {@link SAXParserFactory} exposes only a feature API and no property 
API, the per-parse configuration runs on each {@link XMLReader} the factory 
produces,
-     * funnelled through the nested wrapper into {@link 
#secure(XMLReader)}:</p>
+     * funneled through the nested wrapper into {@link #secure(XMLReader)}:</p>
      * <ul>
      *     <li><strong>Android</strong> (Harmony / Expat): {@link 
XMLConstants#FEATURE_SECURE_PROCESSING FSP} and the JAXP 1.5 {@code 
ACCESS_EXTERNAL_*} properties
      *         are not recognized, and libexpat enforces its own Billion 
Laughs check, so neither is applied. Two fixups are still needed: an ignore-all 
resolver

Reply via email to