From 4785d1e190cace385b7200110b6a43cebdf41aad Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Mon, 5 Mar 2012 05:31:49 +0000 Subject: [PATCH] More typo and grammar fixes for documentation. Signed-off-by: Sanjeev BA SVN revision: 68675 --- legacy/elementary/src/lib/elc_fileselector_button.h | 6 +++--- legacy/elementary/src/lib/elc_fileselector_entry.h | 2 +- legacy/elementary/src/lib/elc_hoversel.h | 4 ++-- legacy/elementary/src/lib/elc_multibuttonentry.h | 4 ++-- legacy/elementary/src/lib/elc_naviframe.h | 6 +++--- legacy/elementary/src/lib/elm_actionslider.h | 2 +- legacy/elementary/src/lib/elm_calendar.h | 2 +- legacy/elementary/src/lib/elm_clock.h | 6 +++--- legacy/elementary/src/lib/elm_cnp.h | 2 +- legacy/elementary/src/lib/elm_config.h | 4 ++-- legacy/elementary/src/lib/elm_cursor.h | 2 +- legacy/elementary/src/lib/elm_finger.h | 2 +- legacy/elementary/src/lib/elm_flipselector.h | 4 ++-- legacy/elementary/src/lib/elm_win.h | 2 +- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/legacy/elementary/src/lib/elc_fileselector_button.h b/legacy/elementary/src/lib/elc_fileselector_button.h index dde4284705..73c965145a 100644 --- a/legacy/elementary/src/lib/elc_fileselector_button.h +++ b/legacy/elementary/src/lib/elc_fileselector_button.h @@ -69,11 +69,11 @@ EAPI Evas_Object *elm_fileselector_button_add(Evas_Object *parent * @param obj The file selector button widget * @param title The title string * - * This will change the window's title, when the file selector pops + * This will change the popup window's title, when the file selector pops * out after a click on the button. Those windows have the default * (unlocalized) value of @c "Select a file" as titles. * - * @note It will only take any effect if the file selector + * @note It will only take effect if the file selector * button widget is @b not under "inwin mode". * * @see elm_fileselector_button_window_title_get() @@ -81,7 +81,7 @@ EAPI Evas_Object *elm_fileselector_button_add(Evas_Object *parent EAPI void elm_fileselector_button_window_title_set(Evas_Object *obj, const char *title); /** - * Get the title set for a given file selector button widget's + * Get the title for a given file selector button widget's * window * * @param obj The file selector button widget diff --git a/legacy/elementary/src/lib/elc_fileselector_entry.h b/legacy/elementary/src/lib/elc_fileselector_entry.h index fe3038145b..c5ac35615c 100644 --- a/legacy/elementary/src/lib/elc_fileselector_entry.h +++ b/legacy/elementary/src/lib/elc_fileselector_entry.h @@ -14,7 +14,7 @@ * This file selector may appear in an Elementary window or in an * inner window. When a file is chosen from it, the (inner) window * is closed and the selected file's path string is exposed both as - * an smart event and as the new text on the entry. + * a smart event and as the new text on the entry. * * This widget encapsulates operations on its internal file * selector on its own API. There is less control over its file diff --git a/legacy/elementary/src/lib/elc_hoversel.h b/legacy/elementary/src/lib/elc_hoversel.h index d18ad1728f..ca16733b78 100644 --- a/legacy/elementary/src/lib/elc_hoversel.h +++ b/legacy/elementary/src/lib/elc_hoversel.h @@ -151,10 +151,10 @@ EAPI const Eina_List *elm_hoversel_items_get(const Evas_Object *obj) * * This adds an item to the hoversel to show when it is clicked. Note: if you * need to use an icon from an edje file then use - * elm_hoversel_item_icon_set() right after the this function, and set + * elm_hoversel_item_icon_set() right after this function, and set * icon_file to NULL here. * - * For more information on what @p icon_file and @p icon_type are see the + * For more information on what @p icon_file and @p icon_type are, see the * @ref Icon "icon documentation". */ EAPI Elm_Object_Item *elm_hoversel_item_add(Evas_Object *obj, const char *label, const char *icon_file, Elm_Icon_Type icon_type, Evas_Smart_Cb func, const void *data); diff --git a/legacy/elementary/src/lib/elc_multibuttonentry.h b/legacy/elementary/src/lib/elc_multibuttonentry.h index 2abcc1d8c7..03e8981590 100644 --- a/legacy/elementary/src/lib/elc_multibuttonentry.h +++ b/legacy/elementary/src/lib/elc_multibuttonentry.h @@ -100,7 +100,7 @@ EAPI int elm_multibuttonentry_shrink_mode_get(const Evas_ * Set/Unset the multibuttonentry to shrink mode state of single line * * @param obj The multibuttonentry object - * @param shrink the value of shrink_mode state. set this to 1 to set the multibuttonentry to shrink state of single line. set this to 0 to unset the contracted state. + * @param shrink the value of shrink_mode state. Set this to 1 to set the multibuttonentry to shrink state of single line. Set this to 0 to unset the contracted state. * * @ingroup Multibuttonentry */ @@ -248,7 +248,7 @@ EAPI Elm_Object_Item *elm_multibuttonentry_item_prev_get(const Elm_Object_Item * EAPI Elm_Object_Item *elm_multibuttonentry_item_next_get(const Elm_Object_Item *it); /** - * Append a item filter function for text inserted in the Multibuttonentry + * Append an item filter function for text inserted in the Multibuttonentry * * Append the given callback to the list. This functions will be called * whenever any text is inserted into the Multibuttonentry, with the text to be inserted diff --git a/legacy/elementary/src/lib/elc_naviframe.h b/legacy/elementary/src/lib/elc_naviframe.h index 06ccfb17bb..063b9ebc45 100644 --- a/legacy/elementary/src/lib/elc_naviframe.h +++ b/legacy/elementary/src/lib/elc_naviframe.h @@ -6,7 +6,7 @@ * * Naviframe provides functions to switch different pages with stack * mechanism. It means if one page(item) needs to be changed to the new one, - * then naviframe would push the new page to it's internal stack. Of course, + * then naviframe would push the new page to its internal stack. Of course, * it can be back to the previous page by popping the top page. Naviframe * provides some transition effect while the pages are switching (same as * pager). @@ -26,12 +26,12 @@ * @li "default" - Title label in the title area of the current page * @li "subtitle" - Sub-title label in the title area of the current page * - * Signals that you can add callback for are: + * Signals that you can add callbacks for are: * @li "transition,finished" - When the transition is finished in changing the * item * @li "title,clicked" - User clicked title area * - * Item Signals that you can add callback for are: + * Item Signals that you can add callbacks for are: * @li "show,begin" - When the item is started to be top item. * @li "hide,finished" - When a new top item is finished to push onto the * item. diff --git a/legacy/elementary/src/lib/elm_actionslider.h b/legacy/elementary/src/lib/elm_actionslider.h index 3a9395bf57..1f2e1f5b5c 100644 --- a/legacy/elementary/src/lib/elm_actionslider.h +++ b/legacy/elementary/src/lib/elm_actionslider.h @@ -28,7 +28,7 @@ * "right" or "center"). * * Default text parts of the actionslider widget that you can use for are: - * @li "indicator" - A indicator label of the actionslider + * @li "indicator" - An indicator label of the actionslider * @li "left" - A left label of the actionslider * @li "right" - A right label of the actionslider * @li "center" - A center label of the actionslider diff --git a/legacy/elementary/src/lib/elm_calendar.h b/legacy/elementary/src/lib/elm_calendar.h index a8c0f76547..ee912b5da6 100644 --- a/legacy/elementary/src/lib/elm_calendar.h +++ b/legacy/elementary/src/lib/elm_calendar.h @@ -29,7 +29,7 @@ typedef enum { ELM_CALENDAR_UNIQUE, /**< Default value. Marks will be displayed only on event day. */ - ELM_CALENDAR_DAILY, /**< Marks will be displayed everyday after event day (inclusive). */ + ELM_CALENDAR_DAILY, /**< Marks will be displayed every day after event day (inclusive). */ ELM_CALENDAR_WEEKLY, /**< Marks will be displayed every week after event day (inclusive) - i.e. each seven days. */ ELM_CALENDAR_MONTHLY, /**< Marks will be displayed every month day that coincides to event day. E.g.: if an event is set to 30th Jan, no marks will be displayed on Feb, but will be displayed on 30th Mar*/ ELM_CALENDAR_ANNUALLY /**< Marks will be displayed every year that coincides to event day (and month). E.g. an event added to 30th Jan 2012 will be repeated on 30th Jan 2013. */ diff --git a/legacy/elementary/src/lib/elm_clock.h b/legacy/elementary/src/lib/elm_clock.h index 9d50d8dc57..7cf0620a38 100644 --- a/legacy/elementary/src/lib/elm_clock.h +++ b/legacy/elementary/src/lib/elm_clock.h @@ -12,7 +12,7 @@ * considering local time adjustments) to start with, and will tick * accordingly. It may or may not show seconds. * - * Clocks have an @b edition mode. When in it, the sheets will + * Clocks have an @b edition mode. When in it, the sheets will * display extra arrow indications on the top and bottom and the * user may click on them to raise or lower the time values. After * it's told to exit edition mode, it will keep ticking with that @@ -262,7 +262,7 @@ EAPI void elm_clock_show_seconds_set(Evas_Object *obj, Eina_Bool se EAPI Eina_Bool elm_clock_show_seconds_get(const Evas_Object *obj); /** - * Set the interval on time updates for an user mouse button hold + * Set the interval on time updates for a user mouse button hold * on clock widgets' time edition. * * @param obj The clock object @@ -290,7 +290,7 @@ EAPI Eina_Bool elm_clock_show_seconds_get(const Evas_Object *obj); EAPI void elm_clock_interval_set(Evas_Object *obj, double interval); /** - * Get the interval on time updates for an user mouse button hold + * Get the interval on time updates for a user mouse button hold * on clock widgets' time edition. * * @param obj The clock object diff --git a/legacy/elementary/src/lib/elm_cnp.h b/legacy/elementary/src/lib/elm_cnp.h index 4428c97e7e..56eb3e829c 100644 --- a/legacy/elementary/src/lib/elm_cnp.h +++ b/legacy/elementary/src/lib/elm_cnp.h @@ -10,7 +10,7 @@ * Contains functions to select text or a portion of data, * send it to a buffer, and paste the data into a target. * - * elm_cnp provides generic copy and paste facility based on its windowing system. + * elm_cnp provides a generic copy and paste facility based on its windowing system. * It is not necessary to know the details of each windowing system, * but some terms and behavior are common. * Currently the X11 window system is widely used, and only X11 functionality is implemented. diff --git a/legacy/elementary/src/lib/elm_config.h b/legacy/elementary/src/lib/elm_config.h index 5a469b322e..77f34886c8 100644 --- a/legacy/elementary/src/lib/elm_config.h +++ b/legacy/elementary/src/lib/elm_config.h @@ -104,11 +104,11 @@ EAPI const char *elm_profile_current_get(void); /** * Get an Elementary's profile directory path in the filesystem. One - * may want to fetch a system profile's dir or an user one (fetched + * may want to fetch a system profile's dir or a user one (fetched * inside $HOME). * * @param profile The profile's name - * @param is_user Whether to lookup for an user profile (@c EINA_TRUE) + * @param is_user Whether to lookup for a user profile (@c EINA_TRUE) * or a system one (@c EINA_FALSE) * @return The profile's directory path. * @ingroup Profile diff --git a/legacy/elementary/src/lib/elm_cursor.h b/legacy/elementary/src/lib/elm_cursor.h index 1df760e7a3..8822ec54a9 100644 --- a/legacy/elementary/src/lib/elm_cursor.h +++ b/legacy/elementary/src/lib/elm_cursor.h @@ -11,7 +11,7 @@ * * By default, Elementary searches cursors only from engine. * There's also the possibility of, besides using engine provided - * cursors, also use ones coming from Edje theme files. Both + * cursors, also use the ones coming from Edje theme files. Both * globally and per widget, Elementary makes it possible for one to * make the cursors lookup to be held on engines only or on * Elementary's theme file, too. To set cursor's hot spot, diff --git a/legacy/elementary/src/lib/elm_finger.h b/legacy/elementary/src/lib/elm_finger.h index 6323348296..59706a3112 100644 --- a/legacy/elementary/src/lib/elm_finger.h +++ b/legacy/elementary/src/lib/elm_finger.h @@ -52,7 +52,7 @@ EAPI void elm_finger_size_set(Evas_Coord size); * accommodate it. On return the @p w and @p h sizes pointed to by * these parameters will be modified, on those conditions. * - * @note This is kind of a low level Elementary call, most useful + * @note This is kind of low level Elementary call, most useful * on size evaluation times for widgets. An external user wouldn't * be calling, most of the time. * diff --git a/legacy/elementary/src/lib/elm_flipselector.h b/legacy/elementary/src/lib/elm_flipselector.h index 15cb2c778b..50572741a3 100644 --- a/legacy/elementary/src/lib/elm_flipselector.h +++ b/legacy/elementary/src/lib/elm_flipselector.h @@ -210,7 +210,7 @@ EAPI Elm_Object_Item *elm_flipselector_selected_item_get(const Evas_O * @param selected @c EINA_TRUE to select it, @c EINA_FALSE to unselect. * * This sets whether @p item is or not the selected (thus, under - * display) one. If @p item is different than one under display, + * display) one. If @p item is different than the one under display, * the latter will be unselected. If the @p item is set to be * unselected, on the other hand, the @b first item in the widget's * internal members list will be the new selected one. @@ -264,7 +264,7 @@ EAPI Elm_Object_Item *elm_flipselector_item_prev_get(const Elm_Object_Item *it); EAPI Elm_Object_Item *elm_flipselector_item_next_get(const Elm_Object_Item *it); /** - * Set the interval on time updates for an user mouse button hold + * Set the interval on time updates for a user mouse button hold * on a flip selector widget. * * @param obj The flip selector object diff --git a/legacy/elementary/src/lib/elm_win.h b/legacy/elementary/src/lib/elm_win.h index 6f2b720f52..254d652e75 100644 --- a/legacy/elementary/src/lib/elm_win.h +++ b/legacy/elementary/src/lib/elm_win.h @@ -1171,7 +1171,7 @@ EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *conte /** * Get the content of an inwin object. * - * Return the content object which is set for this widget. + * Return the content object for this widget. * * The returned object is valid as long as the inwin is still alive and no * other content is set on it. Deleting the object will notify the inwin