From cb771bb4459f27bc6d09b7210b3544ef45809318 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 30 Nov 2011 07:44:36 +0000 Subject: [PATCH] eina eina_str.h: Fixed documentation typo. SVN revision: 65711 --- legacy/eina/src/include/eina_str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/src/include/eina_str.h b/legacy/eina/src/include/eina_str.h index 8b52ab2ff9..32c1cc66ab 100644 --- a/legacy/eina/src/include/eina_str.h +++ b/legacy/eina/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