Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Spelling. #3

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions commits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ in serialized HTML output.
Submitted by: Brian Minchau<br/>
Reviewed by: Henry Zongaro<br/>
Backing out the last code change by Arun because it breaks the smoketest.
The code I am backing out is definately wrong. The old code appears
The code I am backing out is definitely wrong. The old code appears
to be correct to both myself and Henry Zongaro.<br/>

Waiting for a testcase to see what is wrong with the serialization code
Expand Down Expand Up @@ -2417,7 +2417,7 @@ This change was reviewed and approved in XALANJ-2170 by Christine Li.
<DateCommitted>2005/07/19</DateCommitted>
<Modified> xml-xalan/java build.bat build.sh build.xml</Modified>
<Log>
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.<br/>
Expand Down
4 changes: 2 additions & 2 deletions src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion src/org/apache/xml/serializer/EncodingInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public final class EncodingInfo extends Object
* and working up to m_highCharInContiguousGroup.
* <p>
* 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'
Expand Down
2 changes: 1 addition & 1 deletion src/org/apache/xml/serializer/Encodings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down