xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3b53749149f69aa865d011f7c4b8635c5c2ab110

commit 3b53749149f69aa865d011f7c4b8635c5c2ab110
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Mon Sep 23 10:41:46 2019 +0200

    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<Efl.Object> @move @no_unused; [[Children iterator]]
       }
       composite_attach @beta {

-- 


Reply via email to