docs: Typos in Efl.Object

This commit is contained in:
Xavi Artigas 2019-09-23 10:41:46 +02:00
parent 3d539c1131
commit 3b53749149
1 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ abstract Efl.Object
]] ]]
} }
event_global_thaw @static { 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 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 been disabled by @.event_global_freeze. The amount of thaws must match
@ -347,7 +347,7 @@ abstract Efl.Object
} }
} }
children_iterator_new { children_iterator_new {
[[Get an iterator on all childrens]] [[Get an iterator on all children.]]
return: iterator<Efl.Object> @move @no_unused; [[Children iterator]] return: iterator<Efl.Object> @move @no_unused; [[Children iterator]]
} }
composite_attach @beta { composite_attach @beta {