You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2007/08/27 15:30:20 UTC

svn commit: r570107 - /xml/commons/trunk/java/external/src/javax/xml/xpath/package.html

Author: mrglavas
Date: Mon Aug 27 06:30:19 2007
New Revision: 570107

URL: http://svn.apache.org/viewvc?rev=570107&view=rev
Log:
Fixing a typo.

Modified:
    xml/commons/trunk/java/external/src/javax/xml/xpath/package.html

Modified: xml/commons/trunk/java/external/src/javax/xml/xpath/package.html
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/xpath/package.html?rev=570107&r1=570106&r2=570107&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/xpath/package.html (original)
+++ xml/commons/trunk/java/external/src/javax/xml/xpath/package.html Mon Aug 27 06:30:19 2007
@@ -183,7 +183,7 @@
 <p>The desired return type is specified by a {@link
 javax.xml.namespace.QName} parameter in method call used to evaluate
 the expression, which is either a call to
-<code>XPathExpression.evalute(...)</code> or to one of the
+<code>XPathExpression.evaluate(...)</code> or to one of the
 <code>XPath.evaluate(...)</code> convenience methods. The allowed
 QName values are specified as constants in the {@link
 javax.xml.xpath.XPathConstants} class; they are:</p>