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
The following commit(s) were added to refs/heads/main by this push:
new 3e38212 Normalize spelling
3e38212 is described below
commit 3e382125d64d0ee254b2f18882f791bc130fd238
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:25:14 2026 -0400
Normalize spelling
---
src/main/java/org/apache/commons/xml/Resolvers.java | 2 +-
src/main/java/org/apache/commons/xml/WoodstoxProvider.java | 2 +-
src/site/markdown/index.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/apache/commons/xml/Resolvers.java
b/src/main/java/org/apache/commons/xml/Resolvers.java
index 33867df..ec59542 100644
--- a/src/main/java/org/apache/commons/xml/Resolvers.java
+++ b/src/main/java/org/apache/commons/xml/Resolvers.java
@@ -65,7 +65,7 @@ private DenyAllEntityResolver2() {
@Override
public InputSource getExternalSubset(final String name, final
String baseURI) {
- // Canonical EntityResolver2 "no synthetic subset" signal;
matches the behaviour of an absent resolver. Blocking happens in resolveEntity
below.
+ // Canonical EntityResolver2 "no synthetic subset" signal;
matches the behavior of an absent resolver. Blocking happens in resolveEntity
below.
return null;
}
diff --git a/src/main/java/org/apache/commons/xml/WoodstoxProvider.java
b/src/main/java/org/apache/commons/xml/WoodstoxProvider.java
index c843615..1e6624c 100644
--- a/src/main/java/org/apache/commons/xml/WoodstoxProvider.java
+++ b/src/main/java/org/apache/commons/xml/WoodstoxProvider.java
@@ -40,7 +40,7 @@
* {@code ValidatingStreamReader.findDtdExtSubset}).</li>
* <li>{@code com.ctc.wstx.entityResolver} = {@link
Resolvers.DenyAll#XML}: throws on declared external general entities.</li>
* <li>{@code com.ctc.wstx.undeclaredEntityResolver} = {@link
Resolvers.IgnoreAll#XML}: silently drops references to entities the parser has
not
- * seen declared, matching the SAX path's behaviour.</li>
+ * seen declared, matching the SAX path's behavior.</li>
* </ul>
* </li>
* </ul>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 9b9c4f2..daa877b 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -19,7 +19,7 @@ limitations under the License.
**Sandbox component.** Apache Commons XML is part of the
[Apache Commons Sandbox](https://commons.apache.org/sandbox/). It is a work in
progress, has not been formally
-released, and its API, coordinates, and behaviour may change without notice.
Do not rely on it in production.
+released, and its API, coordinates, and behavior may change without notice. Do
not rely on it in production.
Apache Commons XML provides secure-by-default JAXP factory creation,
abstracting over implementation-specific XXE hardening differences between the