From 21489730724b9c41958a7ad0180486028fed7824 Mon Sep 17 00:00:00 2001 From: shankar Date: Wed, 24 Mar 2010 13:58:56 +0000 Subject: refactor to improve performance git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@927059 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/include/axiom_element.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'axiom/include/axiom_element.h') 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( -- cgit v1.1-32-gdbae