diff options
Diffstat (limited to 'axiom/include')
-rw-r--r-- | axiom/include/axiom_element.h | 8 |
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( |