elementary: fixed single typos in few modules

Reviewers: stanluk, lukasz.stanislawski

Reviewed By: lukasz.stanislawski

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5534
This commit is contained in:
Pawel Aksiutowicz 2017-11-27 15:35:58 +09:00 committed by Jean-Philippe Andre
parent 952593eef2
commit 59a573fabb
9 changed files with 13 additions and 13 deletions

View File

@ -873,7 +873,7 @@ _efl_ui_calendar_elm_widget_on_focus_update(Eo *obj, Efl_Ui_Calendar_Data *sd, E
if (!int_ret) return EINA_FALSE; if (!int_ret) return EINA_FALSE;
// FIXME : Currently, focused item is same with selected item. // FIXME : Currently, focused item is same with selected item.
// After arrenging focus logic in this widget, we need to make // After arranging focus logic in this widget, we need to make
// focused item which is for indicating direction key input movement // focused item which is for indicating direction key input movement
// on the calendar widget. // on the calendar widget.
if (elm_widget_focus_get(obj)) if (elm_widget_focus_get(obj))

View File

@ -41,7 +41,7 @@ _efl_ui_focus_layer_efl_ui_focus_manager_move(Eo *obj, Efl_Ui_Focus_Layer_Data *
if (ret) if (ret)
return ret; return ret;
//ret is NULL here, if we do not want to cycle return NULL, which will result in obj beeing unset //ret is NULL here, if we do not want to cycle return NULL, which will result in obj being unset
if (!pd->cycle) if (!pd->cycle)
return NULL; return NULL;

View File

@ -339,7 +339,7 @@ EAPI void elm_fileselector_filters_clear(Evas_Object *obj);
EAPI void elm_fileselector_hidden_visible_set(Evas_Object *obj, Eina_Bool visible); EAPI void elm_fileselector_hidden_visible_set(Evas_Object *obj, Eina_Bool visible);
/** /**
* Get if hiden files/directories in the file selector widget are visible or not. * Get if hidden files/directories in the file selector widget are visible or not.
* *
* @param obj The file selector object * @param obj The file selector object
* @return Visibility of hidden files/directories * @return Visibility of hidden files/directories

View File

@ -7,7 +7,7 @@ extern "C" {
/** /**
* @brief Selection handling functions. * @brief Selection handling functions.
* @defgroup Managing the complexities of selecting text across seperate lines. * @defgroup Managing the complexities of selecting text across separate lines.
* *
* @{ * @{
* *

View File

@ -19,7 +19,7 @@
#define MY_CLASS_NAME_LEGACY "elm_flipselector" #define MY_CLASS_NAME_LEGACY "elm_flipselector"
/* TODO: ideally, the default theme would use map{} blocks on the TEXT /* TODO: ideally, the default theme would use map{} blocks on the TEXT
parts to implement their fading in/out propertly (as in the clock parts to implement their fading in/out properly (as in the clock
widget) */ widget) */
/* TODO: if one ever wants to extend it to receiving generic widgets /* TODO: if one ever wants to extend it to receiving generic widgets
as items, be my guest. in this case, remember to implement the as items, be my guest. in this case, remember to implement the

View File

@ -244,7 +244,7 @@ EAPI double elm_gesture_layer_zoom_finger_factor_get(const Evas_Object *obj);
* *
* Sets the minimum @c rotate_angular_tolerance angle for the gesture to be recognized as a rotate. * Sets the minimum @c rotate_angular_tolerance angle for the gesture to be recognized as a rotate.
* Rotate should be rotated beyond the givin @c rotate_angular_tolerance to recognize * Rotate should be rotated beyond the givin @c rotate_angular_tolerance to recognize
* the start of the rotate gestrue. * the start of the rotate gesture.
* *
* @param obj gesture-layer. * @param obj gesture-layer.
* @param rotate_angular_tolerance rotate angular tolerance * @param rotate_angular_tolerance rotate angular tolerance
@ -333,7 +333,7 @@ EAPI Eina_Bool elm_gesture_layer_continues_enable_get(const Evas_Object *obj);
/** /**
* This function sets the gesture layer double tap timeout of an object * This function sets the gesture layer double tap timeout of an object
* *
* When the time diffrence between two tabs is less than the @c double_tap_timeout value, * When the time difference between two tabs is less than the @c double_tap_timeout value,
* it is recognized as a double tab, if set negative value, timeout will be 0. * it is recognized as a double tab, if set negative value, timeout will be 0.
* *
* @param obj gesture-layer. * @param obj gesture-layer.

View File

@ -133,7 +133,7 @@ EAPI void elm_layout_signal_callback_add(Evas_Object *obj, const char *emission,
* @brief Remove a signal-triggered callback from a given layout widget. * @brief Remove a signal-triggered callback from a given layout widget.
* *
* This function removes the last callback attached to a signal emitted by the * This function removes the last callback attached to a signal emitted by the
* undelying Edje object of @c obj, with parameters @c emission, @c source and * underlying Edje object of @c obj, with parameters @c emission, @c source and
* @c func matching exactly those passed to a previous call to * @c func matching exactly those passed to a previous call to
* @ref elm_layout_signal_callback_add. The data pointer that was passed to * @ref elm_layout_signal_callback_add. The data pointer that was passed to
* this call will be returned. * this call will be returned.
@ -318,7 +318,7 @@ EAPI int elm_layout_freeze(Evas_Object *obj);
* *
* This function thaws the given Edje object and the Elementary sizing calc. * This function thaws the given Edje object and the Elementary sizing calc.
* *
* @note If sucessives freezes were done, an equal number of thaws will be * @note If successive freezings were done, an equal number of thaws will be
* required. * required.
* *
* See also @ref elm_layout_freeze. * See also @ref elm_layout_freeze.
@ -521,7 +521,7 @@ EAPI void elm_layout_signal_callback_add(Evas_Object *obj, const char *emission,
* @brief Remove a signal-triggered callback from a given layout widget. * @brief Remove a signal-triggered callback from a given layout widget.
* *
* This function removes the last callback attached to a signal emitted by the * This function removes the last callback attached to a signal emitted by the
* undelying Edje object of @c obj, with parameters @c emission, @c source and * underlying Edje object of @c obj, with parameters @c emission, @c source and
* @c func matching exactly those passed to a previous call to * @c func matching exactly those passed to a previous call to
* @ref elm_layout_signal_callback_add. The data pointer that was passed to * @ref elm_layout_signal_callback_add. The data pointer that was passed to
* this call will be returned. * this call will be returned.
@ -557,7 +557,7 @@ EAPI int elm_layout_freeze(Evas_Object *obj);
* *
* This function thaws the given Edje object and the Elementary sizing calc. * This function thaws the given Edje object and the Elementary sizing calc.
* *
* @note If sucessives freezes were done, an equal number of thaws will be * @note If successive freezings were done, an equal number of thaws will be
* required. * required.
* *
* See also @ref elm_layout_freeze. * See also @ref elm_layout_freeze.

View File

@ -40,7 +40,7 @@ struct _Elm_Conformant_Data
#endif #endif
struct struct
{ {
Ecore_Animator *animator; // animaton timer Ecore_Animator *animator; // animation timer
double start; // time started double start; // time started
Evas_Coord auto_x, auto_y; // desired delta Evas_Coord auto_x, auto_y; // desired delta
Evas_Coord x, y; // current delta Evas_Coord x, y; // current delta

View File

@ -46,7 +46,7 @@ struct _Elm_Spinner_Data
int decimal_points; int decimal_points;
Ecore_Timer *delay_change_timer; /**< a timer for a delay,changed smart callback */ Ecore_Timer *delay_change_timer; /**< a timer for a delay,changed smart callback */
Ecore_Timer *spin_timer; /**< a timer for a repeated spinner value change on mouse down */ Ecore_Timer *spin_timer; /**< a timer for a repeated spinner value change on mouse down */
Ecore_Timer *longpress_timer; /**< a timer to detect long press. After lonpress timeout, Ecore_Timer *longpress_timer; /**< a timer to detect long press. After longpress timeout,
start continuous change of values until mouse up */ start continuous change of values until mouse up */
Eina_List *special_values; Eina_List *special_values;
Elm_Spinner_Format_Type format_type; Elm_Spinner_Format_Type format_type;