diff --git a/legacy/elementary/src/lib/elc_popup.h b/legacy/elementary/src/lib/elc_popup.h index b58af5ac0e..d672db2345 100644 --- a/legacy/elementary/src/lib/elc_popup.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_calendar.h b/legacy/elementary/src/lib/elm_calendar.h index 4f1e00e71c..b1a334f173 100644 --- a/legacy/elementary/src/lib/elm_calendar.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_config.h b/legacy/elementary/src/lib/elm_config.h index 8719d65491..350fdd376e 100644 --- a/legacy/elementary/src/lib/elm_config.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_helper.h b/legacy/elementary/src/lib/elm_helper.h index adfbb40601..ec92500518 100644 --- a/legacy/elementary/src/lib/elm_helper.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_icon.h b/legacy/elementary/src/lib/elm_icon.h index 67ed57bd96..3420fbdfe6 100644 --- a/legacy/elementary/src/lib/elm_icon.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_interface_atspi_accessible.h b/legacy/elementary/src/lib/elm_interface_atspi_accessible.h index acd152e1bd..7ce9d80bd6 100644 --- a/legacy/elementary/src/lib/elm_interface_atspi_accessible.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_map_common.h b/legacy/elementary/src/lib/elm_map_common.h index 41d98c5e9f..8e085266b7 100644 --- a/legacy/elementary/src/lib/elm_map_common.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_prefs.h b/legacy/elementary/src/lib/elm_prefs.h index 466065850e..fa9a827b0d 100644 --- a/legacy/elementary/src/lib/elm_prefs.h +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_radio.h b/legacy/elementary/src/lib/elm_radio.h index 88e033388e..eeeb14b475 100644 --- a/legacy/elementary/src/lib/elm_radio.h +++ b/legacy/elementary/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.