Fix doxy typo.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Oct 2010 16:18:52 +0000 (16:18 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Oct 2010 16:18:52 +0000 (16:18 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@53677 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_main.c

index bac1a5a..04099dc 100644 (file)
@@ -1635,7 +1635,7 @@ evas_object_precise_is_inside_get(const Evas_Object *obj)
  * Set a hint flag on the object that this is used as a static "clipper".
  * 
  * This is a hint to evas that this object is used as a big static clipper
- * andshouldnt be moved with children and otherwise considered specially. The
+ * and shouldnt be moved with children and otherwise considered specially. The
  * Default is off.
  * 
  * @param obj The given object.