elm Elementary.h.in: Fixed typos.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 22 Jul 2011 10:42:33 +0000 (10:42 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 22 Jul 2011 10:42:33 +0000 (10:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index 85d9795..e453f3e 100644 (file)
@@ -7285,7 +7285,7 @@ extern "C" {
    /** @defgroup Elm_Gesture_Layer Gesture Layer */
    /**
     * @enum _Elm_Gesture_Types
-    * Emum of supported gesture types.
+    * Enum of supported gesture types.
     * @ingroup Elm_Gesture_Layer
     */
    enum _Elm_Gesture_Types
@@ -7309,14 +7309,14 @@ extern "C" {
 
    /**
     * @typedef Elm_Gesture_Types
-    * Type for Emum of supported gesture types.
+    * Type for Enum of supported gesture types.
     * @ingroup Elm_Gesture_Layer
     */
    typedef enum _Elm_Gesture_Types Elm_Gesture_Types;
 
    /**
     * @enum _Elm_Gesture_State
-    * Emum of gesture states.
+    * Enum of gesture states.
     * @ingroup Elm_Gesture_Layer
     */
    enum _Elm_Gesture_State