Author: mbenson
Date: Tue Feb 27 07:30:02 2007
New Revision: 512281
URL: http://svn.apache.org/viewvc?view=rev&rev=512281
Log:
sp
Modified:
jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/AbstractFactory.java
Modified:
jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/AbstractFactory.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/AbstractFactory.java?view=diff&rev=512281&r1=512280&r2=512281
==============================================================================
---
jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/AbstractFactory.java
(original)
+++
jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/AbstractFactory.java
Tue Feb 27 07:30:02 2007
@@ -42,12 +42,12 @@
* @param context can be used to evaluate other XPaths, get to variables
* etc.
* @param pointer describes the location of the node to be created
- * @param parent is the object that will server as a parent of the new
+ * @param parent is the object that will serve as a parent of the new
* object
* @param name is the name of the child of the parent that needs to be
* created. In the case of DOM may be qualified.
* @param index is used if the pointer represents a collection element. You
- * may need to expand or even create the collection to accomodate the new
+ * may need to expand or even create the collection to accommodate the new
* element.
*
* @return true if the object was successfully created
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]