-Updates to the build scripts and Ant build.xml file to accomodate the
+Updates to the build scripts and Ant build.xml file to accommodate the
restructuring of the tools and runtime libraries in xml-xalan/java/tools and
xml-xalan/java/lib. Also changes to build.xml to reflect upcoming
Xalan Java 2.7.0 (version number) changes.
diff --git a/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java b/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java
index 54206b644..4c4a78bef 100644
--- a/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java
+++ b/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java
@@ -246,7 +246,7 @@ protected void addPrefixMapping(String prefix, String uri) {
* Returns any namespace URI that is in scope for a given prefix. This
* method checks namespace mappings for this element, and if necessary
* for ancestor elements as well (ie. if the prefix maps to an URI in this
- * scope then you'll definately get the URI from this method).
+ * scope then you'll definitely get the URI from this method).
* @param prefix Namespace prefix.
* @return Namespace URI.
*/
@@ -344,7 +344,7 @@ protected final boolean isDummy() {
/**
* Get the import precedence of this element. The import precedence equals
- * the import precedence of the stylesheet in which this element occured.
+ * the import precedence of the stylesheet in which this element occurred.
* @return The import precedence of this syntax tree node.
*/
protected int getImportPrecedence() {
diff --git a/src/org/apache/xml/serializer/EncodingInfo.java b/src/org/apache/xml/serializer/EncodingInfo.java
index 840405b2f..4021fcb28 100644
--- a/src/org/apache/xml/serializer/EncodingInfo.java
+++ b/src/org/apache/xml/serializer/EncodingInfo.java
@@ -66,7 +66,7 @@ public final class EncodingInfo extends Object
* and working up to m_highCharInContiguousGroup.
*
* This is the char for which chars at or below this value are
- * definately in the encoding, although for chars
+ * definitely in the encoding, although for chars
* above this point they might be in the encoding.
* This exists for performance, especially for ASCII characters
* because for ASCII all chars in the range '\u0001' to '\u007F'
diff --git a/src/org/apache/xml/serializer/Encodings.properties b/src/org/apache/xml/serializer/Encodings.properties
index f1da1dbc1..b6a313ae3 100644
--- a/src/org/apache/xml/serializer/Encodings.properties
+++ b/src/org/apache/xml/serializer/Encodings.properties
@@ -23,7 +23,7 @@
# 2) A comma separated list of the MIME names for the encoding,
# with the first one being the preferred MIME name.
# 3) An optional high char. Characters at or below this value are
-# definately in the encoding, but characters above it may or may not be.
+# definitely in the encoding, but characters above it may or may not be.
# This value is given only for performance reasons.
# A value of zero is the same as no value at all.
#