From 122ef5a9c640f4d6807f364b7a89963819c2a104 Mon Sep 17 00:00:00 2001 From: Jimmy Casey Date: Sun, 29 Jul 2018 21:41:27 +0000 Subject: [PATCH] Fixed Spelling. --- src/org/apache/xerces/dom/DOMNormalizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/xerces/dom/DOMNormalizer.java b/src/org/apache/xerces/dom/DOMNormalizer.java index 2263f5f023..0a2ab158f7 100644 --- a/src/org/apache/xerces/dom/DOMNormalizer.java +++ b/src/org/apache/xerces/dom/DOMNormalizer.java @@ -1469,7 +1469,7 @@ public void setAttributes(AttributeMap attributes, CoreDocumentImpl doc, Element fAugmentations.setSize(length); // REVISIT: this implementation does not store any value in augmentations // and basically not keeping augs in parallel to attributes map - // untill all attributes are added (default attributes) + // until all attributes are added (default attributes) for (int i = 0; i < length; i++) { fAugmentations.setElementAt(new AugmentationsImpl(), i); }