From: seoz Date: Wed, 30 Nov 2011 07:44:36 +0000 (+0000) Subject: eina eina_str.h: Fixed documentation typo. X-Git-Tag: submit/2.0alpha-wayland/20121127.222009~451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72554e3b00e58d95f76ffae2dcfc18105bc04939;p=profile%2Fivi%2Feina.git eina eina_str.h: Fixed documentation typo. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@65711 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/include/eina_str.h b/src/include/eina_str.h index 8b52ab2..32c1cc6 100644 --- a/src/include/eina_str.h +++ b/src/include/eina_str.h @@ -193,7 +193,7 @@ EAPI char **eina_str_split(const char *string, const char *delimiter, i * @return A newly-allocated NULL-terminated array of strings or NULL if it * fails to allocate the array. * - * This functin splits @p str into a maximum of @p max_tokens pieces, + * This function splits @p str into a maximum of @p max_tokens pieces, * using the given delimiter @p delim. @p delim is not included in any * of the resulting strings, unless @p max_tokens is reached. If * @p max_tokens is less than @c 1, the string is splitted completely. If