evas Evas.h: Fixed typo.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 3 Aug 2011 06:31:53 +0000 (06:31 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 3 Aug 2011 06:31:53 +0000 (06:31 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62041 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 2188b09..feb42c7 100644 (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: