From 3041b80b8bd89087e9aaa7530cc2b453dfdd3fd4 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Sun, 23 Apr 2017 17:02:14 +0900 Subject: [PATCH] elementary: fix typo on comment change "an widget" to "a widget". --- src/lib/elementary/elm_widget.c | 2 +- src/lib/elementary/elm_widget_item.eo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_widget.c b/src/lib/elementary/elm_widget.c index cf5ecf4..ac975be 100644 --- a/src/lib/elementary/elm_widget.c +++ b/src/lib/elementary/elm_widget.c @@ -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 diff --git a/src/lib/elementary/elm_widget_item.eo b/src/lib/elementary/elm_widget_item.eo index facb8b7..dac05ea 100644 --- a/src/lib/elementary/elm_widget_item.eo +++ b/src/lib/elementary/elm_widget_item.eo @@ -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 -- 2.7.4