From 3b53749149f69aa865d011f7c4b8635c5c2ab110 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 23 Sep 2019 10:41:46 +0200 Subject: [PATCH] docs: Typos in Efl.Object --- src/lib/eo/efl_object.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo index 02827dc8c1..68082f54c6 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo @@ -289,7 +289,7 @@ abstract Efl.Object ]] } event_global_thaw @static { - [[Gobally thaw events for ALL EFL OBJECTS. + [[Globally thaw events for ALL EFL OBJECTS. Allows event callbacks to be called for all EFL objects after they have been disabled by @.event_global_freeze. The amount of thaws must match @@ -347,7 +347,7 @@ abstract Efl.Object } } children_iterator_new { - [[Get an iterator on all childrens]] + [[Get an iterator on all children.]] return: iterator @move @no_unused; [[Children iterator]] } composite_attach @beta {