diff --git a/src/lib/eina/eina_str.h b/src/lib/eina/eina_str.h index 1e4f94753a..8590845d97 100644 --- a/src/lib/eina/eina_str.h +++ b/src/lib/eina/eina_str.h @@ -294,7 +294,7 @@ EAPI char *eina_str_convert_len(const char *enc_from, const char *enc_ * @return The escaped string. * * Escaping is done by adding a slash "\" before any occurrence of slashes "\" - * include '\n' and '\t', spaces " ", apostrophes "'" or quotes """. This + * include "\n" and "\t", spaces " ", apostrophes "'" or quotes """. This * function returns a newly allocated escaped string on success, @c NULL on * failure. When not used anymore, the * returned value must be freed.