eina eina_str.h: Fixed documentation typo.
authorseoz <seoz>
Wed, 30 Nov 2011 07:44:36 +0000 (07:44 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 30 Nov 2011 07:44:36 +0000 (07:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@65711 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_str.h

index 8b52ab2..32c1cc6 100644 (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