eina eina_str.h: Fixed documentation typo.

SVN revision: 65711
This commit is contained in:
Daniel Juyung Seo 2011-11-30 07:44:36 +00:00
parent f575f55ed9
commit cb771bb445
1 changed files with 1 additions and 1 deletions

View File

@ -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