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-xml.git
commit 658ecf9fb35df91f1ccf4b10d0ee06546a71b9cd Author: Gary Gregory <[email protected]> AuthorDate: Wed Aug 26 09:55:14 2026 -0400 Normalize spelling. --- src/test/java/org/apache/commons/xml/XIncludeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/xml/XIncludeTest.java b/src/test/java/org/apache/commons/xml/XIncludeTest.java index 0d4d4a0..06ea446 100644 --- a/src/test/java/org/apache/commons/xml/XIncludeTest.java +++ b/src/test/java/org/apache/commons/xml/XIncludeTest.java @@ -48,7 +48,7 @@ * * <p>Each case is exercised in both {@code parse="xml"} and {@code parse="text"} modes, and for both DOM and SAX * paths. XInclude resolution requires namespace-aware processing; the baseline tests set it explicitly, and the - * hardened factory tests rely on the underlying JAXP implementation being namespace-aware enough to recognise elements + * hardened factory tests rely on the underlying JAXP implementation being namespace-aware enough to recognize elements * in the {@code http://www.w3.org/2001/XInclude} namespace.</p> */ class XIncludeTest {
