eina_str: Fix doxygen warning 22/157722/1
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 02:39:00 +0000 (11:39 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 02:39:00 +0000 (11:39 +0900)
Change-Id: I4cac2b3836f8d0fb05d76b039af66b41fca0c19f

src/lib/eina/eina_str.h

index d1b00c0..f37e64b 100644 (file)
@@ -335,7 +335,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.