From cb9dedd44dd3f89a169b3d35da72c758d31fc961 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 7 Jan 2014 14:28:45 +0900 Subject: [PATCH] fix typos in EFL documents --- src/lib/ecore_evas/Ecore_Evas.h | 2 +- src/lib/ecore_ipc/Ecore_Ipc.h | 4 ++-- src/lib/ephysics/EPhysics.h | 14 +++++++------- src/lib/evas/Evas_Common.h | 6 +++--- src/lib/evas/Evas_GL.h | 10 +++++----- src/lib/evas/Evas_Legacy.h | 22 +++++++++++----------- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 45ea7db..3625316 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -87,7 +87,7 @@ extern "C" { */ /* these are dummy and just tell u what API levels ecore_evas supports - not if - * the actual support is compiled in. you need to query for that separately. + * the actual support is compiled in. You need to query for that separately. */ #define HAVE_ECORE_EVAS_X 1 #define HAVE_ECORE_EVAS_FB 1 diff --git a/src/lib/ecore_ipc/Ecore_Ipc.h b/src/lib/ecore_ipc/Ecore_Ipc.h index 4679b4a..71cfa17 100644 --- a/src/lib/ecore_ipc/Ecore_Ipc.h +++ b/src/lib/ecore_ipc/Ecore_Ipc.h @@ -163,7 +163,7 @@ EAPI unsigned long long _ecore_ipc_swap_64(unsigned long long v) EINA_DEPRECATED ptr = d; /* footer for the hell of it */ #define ECORE_IPC_DEC_STRUCT_FOOT() return 1 -/* header for encoder - gives native strct type and size of flattened packet */ +/* header for encoder - gives native struct type and size of flattened packet */ #define ECORE_IPC_ENC_STRUCT_HEAD(typ, sz) \ typ *p; \ unsigned char *d, *ptr; \ @@ -319,7 +319,7 @@ EAPI void ecore_ipc_client_flush(Ecore_Ipc_Client *cl); EAPI int ecore_ipc_ssl_available_get(void); /* FIXME: need to add a callback to "ok" large ipc messages greater than */ -/* a certain size (seurity/DOS attack safety) */ +/* a certain size (security/DOS attack safety) */ #ifdef __cplusplus } diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index f3716f9..e7c7743 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h @@ -513,7 +513,7 @@ typedef struct _EPhysics_Shape EPhysics_Shape; * The returned shape initially doesn't has points set, so it's required * to set vertices with @ref ephysics_shape_point_add(). * - * After the shape is completelly defined, all the points were added, + * After the shape is completely defined, all the points were added, * it's possible to create one or more bodies with * @ref ephysics_body_shape_add(). * @@ -1048,7 +1048,7 @@ EAPI void ephysics_world_render_geometry_get(const EPhysics_World *world, Evas_C * * Save the dynamics world to a binary dump, a .bullet file. * - * @note Should be used only for debugging purporses. + * @note Should be used only for debugging purposes. * * @param world the world to be serialized. * @param path where the serialized world should be written to. @@ -1079,7 +1079,7 @@ EAPI void ephysics_world_del(EPhysics_World *world); * * A world can be played / paused. When running, it will simulate the * physics step by step. When paused, it will stop simulation. Consequently - * all the registered callbacks won't be called since no event will ocurr + * all the registered callbacks won't be called since no event will occur * (no collisions, no object updates). * * When a world is created it starts running. @@ -1705,7 +1705,7 @@ EAPI Eina_Bool ephysics_world_bodies_outside_back_autodel_get(const EPhysics_Wor * Also, keep in mind * that if you're using CPU intense calculations maybe this framerate won't * be achieved, so the time step will be bigger. You need to define - * what range of frames per secons you need to support and configure + * what range of frames per seconds you need to support and configure * @p max_sub_steps and @p fixed_time_step according to this. * * By decreasing the size of @p fixed_time_step, you are increasing the @@ -1981,7 +1981,7 @@ EAPI Eina_Bool ephysics_world_stack_enable_get(const EPhysics_World *world); * @li or @ref ephysics_body_shape_add(). * * Also they can be soft bodies, that won't act as rigid bodies. They will - * deform its shape under certain circunstances, like under collisions. + * deform its shape under certain circumstances, like under collisions. * Soft bodies can be created with: * @li @ref ephysics_body_soft_cylinder_add(); * @li @ref ephysics_body_soft_box_add(); @@ -2011,7 +2011,7 @@ EAPI Eina_Bool ephysics_world_stack_enable_get(const EPhysics_World *world); * be affected by gravity. * * Forces will be acting while they're set, changing bodies velocity over time. - * Impulses are applied only once, modifying bodies velocity imediatelly to the + * Impulses are applied only once, modifying bodies velocity immediately to the * new value. * * Forces can be managed with: @@ -2194,7 +2194,7 @@ typedef enum _EPhysics_Body_Cloth_Anchor_Side * @enum _EPhysics_Body_Face * @typedef EPhysics_Body_Face * - * Define in wich body's face the evas object should be set. + * Define in which body's face the evas object should be set. * * @see ephysics_body_face_evas_object_set() * @see ephysics_body_face_evas_object_unset() diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 0407786..d4c83c3 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -150,7 +150,7 @@ typedef enum _Evas_Button_Flags typedef enum _Evas_Event_Flags { EVAS_EVENT_FLAG_NONE = 0, /**< No fancy flags set */ - EVAS_EVENT_FLAG_ON_HOLD = (1 << 0), /**< This event is being delivered but should be put "on hold" until the on hold flag is unset. the event should be used for informational purposes and maybe some indications visually, but not actually perform anything */ + EVAS_EVENT_FLAG_ON_HOLD = (1 << 0), /**< This event is being delivered but should be put "on hold" until the on hold flag is unset. The event should be used for informational purposes and maybe some indications visually, but not actually perform anything */ EVAS_EVENT_FLAG_ON_SCROLL = (1 << 1) /**< This event flag indicates the event occurs while scrolling; for example, DOWN event occurs during scrolling; the event should be used for informational purposes and maybe some indications visually, but not actually perform anything */ } Evas_Event_Flags; /**< Flags for Events */ @@ -378,7 +378,7 @@ typedef enum _Evas_Aspect_Control typedef enum _Evas_Display_Mode { EVAS_DISPLAY_MODE_NONE = 0, /**