summaryrefslogtreecommitdiff
path: root/src/lib/eo/efl_object.eo
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-09-23 10:41:46 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-23 10:41:46 +0200
commit3b53749149f69aa865d011f7c4b8635c5c2ab110 (patch)
treecffb9514f266fed727c0a6a09f07a616c29fc866 /src/lib/eo/efl_object.eo
parent3d539c11316ad051cfb0bf575f6f58e757cc39ae (diff)
downloadefl-3b53749149f69aa865d011f7c4b8635c5c2ab110.tar.gz
docs: Typos in Efl.Object
Diffstat (limited to 'src/lib/eo/efl_object.eo')
-rw-r--r--src/lib/eo/efl_object.eo4
1 files 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 {