evas Evas.h: Fixed typo.

SVN revision: 62041
This commit is contained in:
Daniel Juyung Seo 2011-08-03 06:31:53 +00:00
parent 1f6499a058
commit 9666912d97
1 changed files with 1 additions and 1 deletions

View File

@ -3014,7 +3014,7 @@ EAPI const char *evas_object_name_get (const Evas_Object *obj
* where, inside a code block, callbacks exist which would possibly
* delete an object we are operating on afterwards. Then, one would
* evas_object_ref() it on the beginning of the block and
* evas_object_unref() it on the end. I would then be deleted at this
* evas_object_unref() it on the end. It would then be deleted at this
* point, if it should be.
*
* Example: