summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina/eina_str.h')
-rw-r--r--src/lib/eina/eina_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_str.h b/src/lib/eina/eina_str.h
index 94e986de2c..742c02be55 100644
--- a/src/lib/eina/eina_str.h
+++ b/src/lib/eina/eina_str.h
@@ -172,7 +172,7 @@ EAPI Eina_Bool eina_str_has_extension(const char *str, const char *ext) EI
* This function splits @p string into a maximum of @p max_tokens pieces,
* using the given delimiter @p delimiter. @p delimiter 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 as many times as possible. If
+ * @p max_tokens is less than @c 1, the string is split as many times as possible. If
* @p max_tokens is reached, the last string in the returned string
* array contains the remainder of string. The returned value is a
* newly allocated NULL-terminated array of strings or @c NULL if it fails to