elementary: fix typo on comment

change "an widget" to "a widget".
This commit is contained in:
Shinwoo Kim 2017-04-23 17:02:14 +09:00
parent 23e7155840
commit 3041b80b8b
2 changed files with 2 additions and 2 deletions

View File

@ -4465,7 +4465,7 @@ _elm_widget_newest_focus_order_get(const Eo *obj, Elm_Widget_Smart_Data *sd, uns
/*
* @internal
*
* Get the focus highlight geometry of an widget.
* Get the focus highlight geometry of a widget.
*
* @param obj Widget object for the focus highlight
* @param x Focus highlight x coordinate

View File

@ -168,7 +168,7 @@ class Elm.Widget.Item(Efl.Object, Elm.Interface.Atspi_Accessible,
}
}
@property disabled {
[[Control the disabled state of an widget item.
[[Control the disabled state of a widget item.
Elementary object item can be disabled, in which state they won't
receive input and, in general, will be themed differently from