fix typos in APIs doc

This commit is contained in:
Amitesh Singh 2015-09-28 15:06:21 +05:30
parent 14e39cfd48
commit ccadf49b98
9 changed files with 9 additions and 9 deletions

View File

@ -78,7 +78,7 @@
* @li @c "focused" - When the popup has received focus. (since 1.8) * @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 @c "unfocused" - When the popup has lost focus. (since 1.8)
* @li "language,changed" - the program's language changed (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) * @li "item,unfocused" - When the popup item has lost focus. (since 1.10)
* *
* Styles available for Popup * Styles available for Popup

View File

@ -6,7 +6,7 @@
* @image latex calendar_inheritance_tree.eps * @image latex calendar_inheritance_tree.eps
* *
* This is a calendar widget. It helps applications to flexibly * 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 * month. Applications are able to set specific dates to be reported
* back, when selected, in the smart callbacks of the calendar * back, when selected, in the smart callbacks of the calendar
* widget. The API of this widget lets the applications perform other * widget. The API of this widget lets the applications perform other

View File

@ -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 depth are for instance "depth", "depth16", "depth24".
* Accepted values for stencil are "stencil", "stencil1", "stencil8". * Accepted values for stencil are "stencil", "stencil1", "stencil8".
* For MSAA, only predefined strings are accepted: "msaa", "msaa_low", * 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 * and is only valid in case of GL acceleration. Only the base acceleration
* string will be saved (e.g. "gl" or "hw"). * string will be saved (e.g. "gl" or "hw").
* *

View File

@ -41,7 +41,7 @@ typedef enum
* General designed for validate inputed entry text. * General designed for validate inputed entry text.
* *
* @param pattern The regex pattern * @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 * @return The regex validator
* *
* @see elm_validator_regexp_del() * @see elm_validator_regexp_del()

View File

@ -134,7 +134,7 @@
* @li elm_object_signal_emit() * @li elm_object_signal_emit()
* @li elm_object_signal_callback_add() * @li elm_object_signal_callback_add()
* @li elm_object_signal_callback_del() * @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 * internal image comes from an Edje object. This behavior was added
* unintentionally, though, and is @b deprecated. Expect it to be * unintentionally, though, and is @b deprecated. Expect it to be
* dropped on future releases. * dropped on future releases.

View File

@ -140,7 +140,7 @@ typedef enum _Elm_Atspi_Role Elm_Atspi_Role;
/** /**
* @enum _Elm_Atspi_State_Type * @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 enum _Elm_Atspi_State_Type
{ {

View File

@ -527,7 +527,7 @@ EAPI int elm_map_overlay_class_zoom_max_get(const Elm_Map_Over
* *
* @return The list of group overlay members. * @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 * 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. * is clicked, callback will be called and return a virtual group overlays.
* *

View File

@ -26,7 +26,7 @@
* contained in @b pages (a prefs widget is always bound to one page). * contained in @b pages (a prefs widget is always bound to one page).
* Those elements get properties like: * Those elements get properties like:
* - default value, * - default value,
* - maximum and minumum ranges, * - maximum and minimum ranges,
* - acceptance and denial regular expressions, for strings, * - acceptance and denial regular expressions, for strings,
* - visibility, * - visibility,
* - persistence, * - persistence,

View File

@ -16,7 +16,7 @@
* are normally used in groups of 2 or more. * are normally used in groups of 2 or more.
* *
* elm_radio objects are grouped in a slightly different, compared to other * 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, * 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 * use elm_radio_group_add() and pass existing radio object and the new radio
* object. * object.