This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 2ef046c0e spelling (#30)
2ef046c0e is described below
commit 2ef046c0ea59427fe6d23e9d56e48ae9125017d3
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Oct 18 18:32:16 2025 +0000
spelling (#30)
---
src/org/apache/xerces/dom/AttrImpl.java | 2 +-
src/org/apache/xerces/dom/AttrNSImpl.java | 2 +-
src/org/apache/xerces/dom/ElementImpl.java | 2 +-
src/org/apache/xerces/dom/ElementNSImpl.java | 2 +-
src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java | 10 +++++-----
src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java | 8 ++++----
src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java | 2 +-
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/org/apache/xerces/dom/AttrImpl.java
b/src/org/apache/xerces/dom/AttrImpl.java
index f3e3eaffd..71b144e1b 100644
--- a/src/org/apache/xerces/dom/AttrImpl.java
+++ b/src/org/apache/xerces/dom/AttrImpl.java
@@ -1076,7 +1076,7 @@ public class AttrImpl
* http://www.w3.org/TR/DOM-Level-3-Core/core.html#TypeInfo-isDerivedFrom
*
* @param typeNamespaceArg
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param typeNameArg
* The name of the ancestor type declaration
* @param derivationMethod
diff --git a/src/org/apache/xerces/dom/AttrNSImpl.java
b/src/org/apache/xerces/dom/AttrNSImpl.java
index 4582d51c1..3a9731814 100644
--- a/src/org/apache/xerces/dom/AttrNSImpl.java
+++ b/src/org/apache/xerces/dom/AttrNSImpl.java
@@ -287,7 +287,7 @@ public class AttrNSImpl
* http://www.w3.org/TR/DOM-Level-3-Core/core.html#TypeInfo-isDerivedFrom
*
* @param typeNamespaceArg
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param typeNameArg
* The name of the ancestor type declaration
* @param derivationMethod
diff --git a/src/org/apache/xerces/dom/ElementImpl.java
b/src/org/apache/xerces/dom/ElementImpl.java
index 5f8d9750b..4dd1b4296 100644
--- a/src/org/apache/xerces/dom/ElementImpl.java
+++ b/src/org/apache/xerces/dom/ElementImpl.java
@@ -1151,7 +1151,7 @@ public class ElementImpl
* http://www.w3.org/TR/DOM-Level-3-Core/core.html#TypeInfo-isDerivedFrom
*
* @param typeNamespaceArg
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param typeNameArg
* The name of the ancestor type declaration
* @param derivationMethod
diff --git a/src/org/apache/xerces/dom/ElementNSImpl.java
b/src/org/apache/xerces/dom/ElementNSImpl.java
index 6d00e4d9e..2160e3a64 100644
--- a/src/org/apache/xerces/dom/ElementNSImpl.java
+++ b/src/org/apache/xerces/dom/ElementNSImpl.java
@@ -342,7 +342,7 @@ public class ElementNSImpl
* http://www.w3.org/TR/DOM-Level-3-Core/core.html#TypeInfo-isDerivedFrom
*
* @param typeNamespaceArg
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param typeNameArg
* The name of the ancestor type declaration
* @param derivationMethod
diff --git a/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
b/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
index 1a4813d15..57b6eff1f 100644
--- a/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
+++ b/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
@@ -2616,7 +2616,7 @@ public class XSSimpleTypeDecl implements XSSimpleType,
TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param derivationMethod
@@ -2686,7 +2686,7 @@ public class XSSimpleTypeDecl implements XSSimpleType,
TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param type
@@ -2743,7 +2743,7 @@ public class XSSimpleTypeDecl implements XSSimpleType,
TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param type
@@ -2773,7 +2773,7 @@ public class XSSimpleTypeDecl implements XSSimpleType,
TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param type
@@ -2805,7 +2805,7 @@ public class XSSimpleTypeDecl implements XSSimpleType,
TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param type
diff --git a/src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java
b/src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java
index fcd50665e..110506d9f 100644
--- a/src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java
+++ b/src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java
@@ -270,7 +270,7 @@ public class XSComplexTypeDecl implements
XSComplexTypeDefinition, TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param derivationMethod
@@ -353,7 +353,7 @@ public class XSComplexTypeDecl implements
XSComplexTypeDefinition, TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param derivationMethod
@@ -399,7 +399,7 @@ public class XSComplexTypeDecl implements
XSComplexTypeDefinition, TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param derivationMethod
@@ -461,7 +461,7 @@ public class XSComplexTypeDecl implements
XSComplexTypeDefinition, TypeInfo {
*
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#TypeInfo-isDerivedFrom
*
* @param ancestorNS
- * The namspace of the ancestor type declaration
+ * The namespace of the ancestor type declaration
* @param ancestorName
* The name of the ancestor type declaration
* @param derivationMethod
diff --git a/src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java
b/src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java
index 99057d556..62a64121b 100644
--- a/src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java
+++ b/src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java
@@ -153,7 +153,7 @@ class XSDocumentInfo {
public String toString() {
StringBuffer buf = new StringBuffer();
if (fTargetNamespace == null) {
- buf.append("no targetNamspace");
+ buf.append("no targetNamespace");
}
else {
buf.append("targetNamespace is ");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]