From ccbe4579a3deb940f51432d08fff8a4299551e85 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Fri, 6 May 2016 22:11:51 +0200 Subject: [PATCH] eina: fix typos in tmpstr doc --- src/lib/eina/eina_tmpstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_tmpstr.h b/src/lib/eina/eina_tmpstr.h index 151fcd1802..7c947e1961 100644 --- a/src/lib/eina/eina_tmpstr.h +++ b/src/lib/eina/eina_tmpstr.h @@ -137,7 +137,7 @@ typedef const char Eina_Tmpstr; * NULL will be returned, otherwise a valid string pointer will be returned * that you can treat as any other C string (eg strdup(tmpstr) or * printf("%s\n", tmpstr) etc.). This string should be considered read-only - * and immutable, and when youa re done with the string yo should delete it + * and immutable, and when you are done with the string you should delete it * with eina_tmpstr_del(). * * Example usage: