From ef3a447dcf5d2f8f1c79dca45abb3f813d7fdeca Mon Sep 17 00:00:00 2001 From: seoz Date: Wed, 3 Aug 2011 06:31:53 +0000 Subject: [PATCH] evas Evas.h: Fixed typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62041 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 2188b09..feb42c7 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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: -- 2.7.4