From 10741f63e5744327d0f16bd1fea1ce5b8d00eb04 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 22 Jul 2011 10:42:33 +0000 Subject: [PATCH] elm Elementary.h.in: Fixed typos. SVN revision: 61584 --- legacy/elementary/src/lib/Elementary.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 85d979572f..e453f3ed80 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -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