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 06:40:03 UTC

svn commit: r569998 - /xml/commons/trunk/java/external/src/javax/xml/xpath/XPath.java

Author: mrglavas
Date: Sun Aug 26 21:40:02 2007
New Revision: 569998

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

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

Modified: xml/commons/trunk/java/external/src/javax/xml/xpath/XPath.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/xpath/XPath.java?rev=569998&r1=569997&r2=569998&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/xpath/XPath.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/xpath/XPath.java Sun Aug 26 21:40:02 2007
@@ -166,7 +166,7 @@
        * <p>If <code>expression</code> contains any {@link XPathFunction}s,
        * they must be available via the {@link XPathFunctionResolver}.
        * An {@link XPathExpressionException} will be thrown if the <code>XPathFunction</code>
-       * cannot be resovled with the <code>XPathFunctionResolver</code>.</p>
+       * cannot be resolved with the <code>XPathFunctionResolver</code>.</p>
        *  
        * <p>If <code>expression</code> is <code>null</code>, a <code>NullPointerException</code> is thrown.</p> 
        *