evas: typo
authorbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 May 2011 19:38:28 +0000 (19:38 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 May 2011 19:38:28 +0000 (19:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59631 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 164bad4..8e1ed5c 100644 (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.
  *