evas: typo

SVN revision: 59631
This commit is contained in:
Boris Faure 2011-05-23 19:38:28 +00:00
parent 8e9be7f42f
commit a9fe27d54c
1 changed files with 1 additions and 1 deletions

View File

@ -4070,7 +4070,7 @@ EAPI void *evas_object_data_get (const Evas_Obje
* @param key The string key the data was stored under
* @return The original data pointer stored at @p key on @p obj
*
* This will remove thee stored data pointer from @p obj stored under @p key,
* This will remove the stored data pointer from @p obj stored under @p key,
* and return the original pointer stored under @p key, if any, nor NULL if
* nothing was stored under that key.
*