summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina/eina_unicode.h')
-rw-r--r--src/lib/eina/eina_unicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_unicode.h b/src/lib/eina/eina_unicode.h
index f33c171890..e32d0591f3 100644
--- a/src/lib/eina/eina_unicode.h
+++ b/src/lib/eina/eina_unicode.h
@@ -68,7 +68,7 @@ EAPI Eina_Unicode *eina_unicode_strdup(const Eina_Unicode *text) EINA_WARN_UNUSE
* @param n The maximum size of the text to duplicate.
* @return The duplicated string.
*
- * This function duplicates @p text. The resuting string is cut on @p
+ * This function duplicates @p text. The resulting string is cut on @p
* n. @p n is assumed to be lesser (<) than the length of @p
* text. When not needed anymore, the returned string must be freed.
*