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 ca6d879ba7679244f8650b310db7f28706492c6c Author: Gary Gregory <[email protected]> AuthorDate: Wed Sep 2 06:53:51 2026 -0400 Javadoc (grammar) --- src/main/java/org/apache/commons/xml/secure/SecureSAXParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/xml/secure/SecureSAXParser.java b/src/main/java/org/apache/commons/xml/secure/SecureSAXParser.java index 941ba34..363da5c 100644 --- a/src/main/java/org/apache/commons/xml/secure/SecureSAXParser.java +++ b/src/main/java/org/apache/commons/xml/secure/SecureSAXParser.java @@ -36,7 +36,7 @@ * SAX 1 ({@link #getParser()}) path gets the same securing. The SAX 1 view matters because some consumers, such as Xalan's identity transformer, still ask * for a {@link Parser}.</p> * - * <p>The secure reader is computed lazily on first access and cached: secure an {@link XMLReader} can install a new wrapper (Android's Expat path), so + * <p>The secure reader is computed lazily on first access and cached: securing an {@link XMLReader} can install a new wrapper (Android's Expat path), so * every parse must run through the same instance. The {@code parse(...)} overloads inherited from {@link SAXParser} dispatch virtually to {@link #getXMLReader()} * and {@link #getParser()}, so they too run through the secure views without further overrides.</p> */
