eina: fix typos in tmpstr doc

This commit is contained in:
Jean Guyomarc'h 2016-05-06 22:11:51 +02:00
parent 334d32a575
commit ccbe4579a3
1 changed files with 1 additions and 1 deletions

View File

@ -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: