diff --git a/src/lib/efl/interfaces/efl_vpath_file.eo b/src/lib/efl/interfaces/efl_vpath_file.eo index de447096ae..74e117a97f 100644 --- a/src/lib/efl/interfaces/efl_vpath_file.eo +++ b/src/lib/efl/interfaces/efl_vpath_file.eo @@ -38,7 +38,7 @@ class Efl.Vpath_File (Eo.Base) return: bool; [[ Result callback already called ]] } wait { - [[ If not fteched yet, wait until it is and call result cb ]] + [[ If not fetched yet, wait until it is and call result cb ]] } } events { diff --git a/src/lib/efl/interfaces/efl_vpath_manager.eo b/src/lib/efl/interfaces/efl_vpath_manager.eo index d08cdc0f06..2748909b8a 100644 --- a/src/lib/efl/interfaces/efl_vpath_manager.eo +++ b/src/lib/efl/interfaces/efl_vpath_manager.eo @@ -15,14 +15,14 @@ class Efl.Vpath_Manager (Eo.Base) return: own(Efl.Vpath_File *); [[ An object representing the file ]] } register @class { - [[ ]] + [[Register a vpath with the manager ]] params { - priority: int; [[ Search order - higher values tired first ]] + priority: int; [[ Search order - higher values tried first ]] vpath: Efl.Vpath * @nonull; [[ A Vpath implementation object ]] } } unregister @class { - [[ ]] + [[ Unregister a vpath from the manager ]] params { vpath: Efl.Vpath * @nonull; [[ A Vpath implementation object ]] }