summaryrefslogtreecommitdiffstats
path: root/axiom/include
diff options
context:
space:
mode:
authorGravatar shankar2010-03-24 13:58:56 +0000
committerGravatar shankar2010-03-24 13:58:56 +0000
commit21489730724b9c41958a7ad0180486028fed7824 (patch)
treeed3357db936b03ae0de868a5860a69e35a0ba463 /axiom/include
parent22c8c7829076c148471490bd8b56de2b36d191c6 (diff)
downloadaxis2c-21489730724b9c41958a7ad0180486028fed7824.tar.gz
axis2c-21489730724b9c41958a7ad0180486028fed7824.tar.bz2
refactor to improve performance
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@927059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom/include')
-rw-r--r--axiom/include/axiom_element.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/axiom/include/axiom_element.h b/axiom/include/axiom_element.h
index fd6a1d8..1e10167 100644
--- a/axiom/include/axiom_element.h
+++ b/axiom/include/axiom_element.h
@@ -449,15 +449,15 @@ extern "C"
axiom_node_t * element_node);
/**
- * Select all the text children and concat them to a single string. The string
+ * Select all the text children and concatenate them to a single string. The string
* returned by this method call will be free by axiom when this method is called again.
- * So it is recomended to have a copy of the return value if this method is going to
+ * So it is recommended to have a copy of the return value if this method is going to
* be called more that once and the return values of the earlier calls are important.
* @param om_element pointer to om_element
* @param env environment MUST not be NULL
* @param element node , the container node of this om element
- * @return the contanated text of all text childrens text values
- * return null if no text children is avilable or on error
+ * @return the concatenated text of all text children text values
+ * return null if no text children is available or on error
*/
AXIS2_EXTERN axis2_char_t *AXIS2_CALL
axiom_element_get_text(