ami pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=57248eb13c239174792ef8782c31206c442affc5
commit 57248eb13c239174792ef8782c31206c442affc5 Author: Amitesh Singh <[email protected]> Date: Mon Sep 28 15:06:21 2015 +0530 fix typos in APIs doc --- src/lib/elc_popup.h | 2 +- src/lib/elm_calendar.h | 2 +- src/lib/elm_config.h | 2 +- src/lib/elm_helper.h | 2 +- src/lib/elm_icon.h | 2 +- src/lib/elm_interface_atspi_accessible.h | 2 +- src/lib/elm_map_common.h | 2 +- src/lib/elm_prefs.h | 2 +- src/lib/elm_radio.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/elc_popup.h b/src/lib/elc_popup.h index b58af5a..d672db2 100644 --- a/src/lib/elc_popup.h +++ b/src/lib/elc_popup.h @@ -78,7 +78,7 @@ * @li @c "focused" - When the popup has received focus. (since 1.8) * @li @c "unfocused" - When the popup has lost focus. (since 1.8) * @li "language,changed" - the program's language changed (since 1.8) - * @li "item,focused" - When the popup item has recieved focus. (since 1.10) + * @li "item,focused" - When the popup item has received focus. (since 1.10) * @li "item,unfocused" - When the popup item has lost focus. (since 1.10) * * Styles available for Popup diff --git a/src/lib/elm_calendar.h b/src/lib/elm_calendar.h index 4f1e00e..b1a334f 100644 --- a/src/lib/elm_calendar.h +++ b/src/lib/elm_calendar.h @@ -6,7 +6,7 @@ * @image latex calendar_inheritance_tree.eps * * This is a calendar widget. It helps applications to flexibly - * display a calender with day of the week, date, year and + * display a calendar with day of the week, date, year and * month. Applications are able to set specific dates to be reported * back, when selected, in the smart callbacks of the calendar * widget. The API of this widget lets the applications perform other diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h index 8719d65..350fdd3 100644 --- a/src/lib/elm_config.h +++ b/src/lib/elm_config.h @@ -1013,7 +1013,7 @@ EAPI const char *elm_config_accel_preference_get(void); * Accepted values for depth are for instance "depth", "depth16", "depth24". * Accepted values for stencil are "stencil", "stencil1", "stencil8". * For MSAA, only predefined strings are accepted: "msaa", "msaa_low", - * "msaa_mid" and "msaa_high". The selected configuration is not garanteed + * "msaa_mid" and "msaa_high". The selected configuration is not guaranteed * and is only valid in case of GL acceleration. Only the base acceleration * string will be saved (e.g. "gl" or "hw"). * diff --git a/src/lib/elm_helper.h b/src/lib/elm_helper.h index adfbb40..ec92500 100644 --- a/src/lib/elm_helper.h +++ b/src/lib/elm_helper.h @@ -41,7 +41,7 @@ typedef enum * General designed for validate inputed entry text. * * @param pattern The regex pattern - * @param signal The part of signal name, which will be emited to style + * @param signal The part of signal name, which will be emitted to style * @return The regex validator * * @see elm_validator_regexp_del() diff --git a/src/lib/elm_icon.h b/src/lib/elm_icon.h index 67ed57b..3420fbd 100644 --- a/src/lib/elm_icon.h +++ b/src/lib/elm_icon.h @@ -134,7 +134,7 @@ * @li elm_object_signal_emit() * @li elm_object_signal_callback_add() * @li elm_object_signal_callback_del() - * for emmiting and listening to signals on the object, when the + * for emitting and listening to signals on the object, when the * internal image comes from an Edje object. This behavior was added * unintentionally, though, and is @b deprecated. Expect it to be * dropped on future releases. diff --git a/src/lib/elm_interface_atspi_accessible.h b/src/lib/elm_interface_atspi_accessible.h index acd152e..7ce9d80 100644 --- a/src/lib/elm_interface_atspi_accessible.h +++ b/src/lib/elm_interface_atspi_accessible.h @@ -140,7 +140,7 @@ typedef enum _Elm_Atspi_Role Elm_Atspi_Role; /** * @enum _Elm_Atspi_State_Type - * Describes a possible states of an object visibile to AT-SPI clients. + * Describes a possible states of an object visible to AT-SPI clients. */ enum _Elm_Atspi_State_Type { diff --git a/src/lib/elm_map_common.h b/src/lib/elm_map_common.h index 41d98c5..8e08526 100644 --- a/src/lib/elm_map_common.h +++ b/src/lib/elm_map_common.h @@ -527,7 +527,7 @@ EAPI int elm_map_overlay_class_zoom_max_get(const Elm_Map_Over * * @return The list of group overlay members. * - * The group overlays are virtualy overlays. Those are shown and hidden dynamically. + * The group overlays are virtually overlays. Those are shown and hidden dynamically. * You can add callback to the class overlay. If one of the group overlays in this class * is clicked, callback will be called and return a virtual group overlays. * diff --git a/src/lib/elm_prefs.h b/src/lib/elm_prefs.h index 4660658..fa9a827 100644 --- a/src/lib/elm_prefs.h +++ b/src/lib/elm_prefs.h @@ -26,7 +26,7 @@ * contained in @b pages (a prefs widget is always bound to one page). * Those elements get properties like: * - default value, - * - maximum and minumum ranges, + * - maximum and minimum ranges, * - acceptance and denial regular expressions, for strings, * - visibility, * - persistence, diff --git a/src/lib/elm_radio.h b/src/lib/elm_radio.h index 88e0333..eeeb14b 100644 --- a/src/lib/elm_radio.h +++ b/src/lib/elm_radio.h @@ -16,7 +16,7 @@ * are normally used in groups of 2 or more. * * elm_radio objects are grouped in a slightly different, compared to other - * UI toolkits. There is no seperate group name/id to remember or manage. + * UI toolkits. There is no separate group name/id to remember or manage. * The members represent the group, there are the group. To make a group, * use elm_radio_group_add() and pass existing radio object and the new radio * object. --
