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 cb65b8a Normalize spelling.
cb65b8a is described below
commit cb65b8a233d19a1901d8385fef40890a3d0f8884
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 27 19:05:23 2026 +0000
Normalize spelling.
---
src/main/java/org/apache/commons/xml/JaxpSetters.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/xml/JaxpSetters.java
b/src/main/java/org/apache/commons/xml/JaxpSetters.java
index 81b27f3..3d2ffec 100644
--- a/src/main/java/org/apache/commons/xml/JaxpSetters.java
+++ b/src/main/java/org/apache/commons/xml/JaxpSetters.java
@@ -93,7 +93,7 @@ static void setOptionalFeature(final DocumentBuilderFactory
factory, final Strin
try {
factory.setFeature(feature, value);
} catch (final Exception e) {
- // Ignored: the implementation does not recognise this feature.
+ // Ignored: the implementation does not recognize this feature.
}
}