From 57da0bee3d3c70c19feafd781a6758f1fb638ba1 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 2 Apr 2019 11:32:05 +0200 Subject: [PATCH] docs: Fix common misspellings in EO files Fixed all appearances of words from this list in EO files: https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines --- src/lib/ecore/efl_exe.eo | 2 +- src/lib/ecore_con/efl_net_dialer_http.eo | 2 +- src/lib/edje/efl_layout_calc.eo | 2 +- src/lib/edje/efl_layout_signal.eo | 2 +- src/lib/efl/interfaces/efl_pack_layout.eo | 4 ++-- src/lib/eio/efl_io_manager.eo | 2 +- src/lib/elementary/efl_ui_focus_manager.eo | 2 +- src/lib/eo/efl_object.eo | 2 +- src/lib/evas/canvas/efl_canvas_animation.eo | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lib/ecore/efl_exe.eo b/src/lib/ecore/efl_exe.eo index 9f72137ed4..cd71af6a0c 100644 --- a/src/lib/ecore/efl_exe.eo +++ b/src/lib/ecore/efl_exe.eo @@ -44,7 +44,7 @@ class @beta Efl.Exe extends Efl.Task implements Efl.Io.Reader, Efl.Io.Writer, Ef } @property env { [[ If $env is $null then the process created by this object is - going to inherit the enviroment of this process. + going to inherit the environment of this process. In case $env is not $null then the environment variables declared in this object will represent the environment passed to the new process. diff --git a/src/lib/ecore_con/efl_net_dialer_http.eo b/src/lib/ecore_con/efl_net_dialer_http.eo index ae06b397fa..f5a6fac38d 100644 --- a/src/lib/ecore_con/efl_net_dialer_http.eo +++ b/src/lib/ecore_con/efl_net_dialer_http.eo @@ -72,7 +72,7 @@ class @beta Efl.Net.Dialer_Http extends Efl.Loop_Consumer implements Efl.Net.Dia - If @Efl.Net.Dialer_Http_Primary_Mode.auto, then @Efl.Net.Dialer_Http_Primary_Mode.download or @Efl.Net.Dialer_Http_Primary_Mode.upload will be - choosen based on the @.method: if "PUT", then it's + chosen based on the @.method: if "PUT", then it's upload, otherwise it's download. - If @Efl.Net.Dialer_Http_Primary_Mode.upload, applying diff --git a/src/lib/edje/efl_layout_calc.eo b/src/lib/edje/efl_layout_calc.eo index 8864691313..c022dca900 100644 --- a/src/lib/edje/efl_layout_calc.eo +++ b/src/lib/edje/efl_layout_calc.eo @@ -90,7 +90,7 @@ interface Efl.Layout.Calc This function thaws (in other words "unfreezes") the given layout object. - Note: If sucessive freezes were done, an equal number of thaws will + Note: If successive freezes were done, an equal number of thaws will be required. See also @.calc_freeze. diff --git a/src/lib/edje/efl_layout_signal.eo b/src/lib/edje/efl_layout_signal.eo index df2f234bc9..1b49fd1fd0 100644 --- a/src/lib/edje/efl_layout_signal.eo +++ b/src/lib/edje/efl_layout_signal.eo @@ -9,7 +9,7 @@ */ function EflLayoutSignalCb { - [[EflLayoutSignalCb function that is called when a specifc pair of signal/emision is triggered + [[EflLayoutSignalCb function that is called when a specifc pair of signal/emission is triggered @since 1.22 ]] diff --git a/src/lib/efl/interfaces/efl_pack_layout.eo b/src/lib/efl/interfaces/efl_pack_layout.eo index 2760886705..19bda9a6b8 100644 --- a/src/lib/efl/interfaces/efl_pack_layout.eo +++ b/src/lib/efl/interfaces/efl_pack_layout.eo @@ -17,9 +17,9 @@ interface @beta Efl.Pack_Layout [[Implementation of this container's layout algorithm. EFL will call this function whenever the contents of this - container need to be re-layed out on the canvas. + container need to be re-laid out on the canvas. - This can be overriden to implement custom layout behaviours. + This can be overriden to implement custom layout behaviors. ]] } } diff --git a/src/lib/eio/efl_io_manager.eo b/src/lib/eio/efl_io_manager.eo index 2ce5fbe978..b81ba4cc29 100644 --- a/src/lib/eio/efl_io_manager.eo +++ b/src/lib/eio/efl_io_manager.eo @@ -109,7 +109,7 @@ class @beta Efl.Io.Manager extends Efl.Loop_Consumer [[Closes an open Eina.File.]] params { @in file: ptr(Eina.File); [[Eina file handle]] - // Here we're just interested whether the promise was fullfilled or not. No value needed. + // Here we're just interested whether the promise was fulfilled or not. No value needed. } return: future @owned; [[Close return code]] } diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 523c5d3902..29740a3322 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -205,6 +205,6 @@ interface Efl.Ui.Focus.Manager { flush,pre: void; [[After this event, the manager object will calculate relations in the graph. Can be used to add / remove children in a lazy fashion.]] coords,dirty: void; [[Cached relationship calculation results have been invalidated.]] manager_focus,changed : Efl.Ui.Focus.Object; [[The manager_focus property has changed. The previously focused object is passed as an event argument.]] - dirty_logic_freeze,changed : bool; [[Called when this focus manager is frozen or thawed, even_info beeing $true indicates that it is now frozen, $false indicates that it is thawed.]] + dirty_logic_freeze,changed : bool; [[Called when this focus manager is frozen or thawed, even_info being $true indicates that it is now frozen, $false indicates that it is thawed.]] } } diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo index 9e71ad8db0..cb0a92e70c 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo @@ -235,7 +235,7 @@ abstract Efl.Object Use this method to delay expensive operations until user configuration has finished, to avoid building the object in a "default" state in the constructor, just to have to throw it all away because a user - configuration (a property being set, for example) requires a diferent + configuration (a property being set, for example) requires a different state. This is the last call inside efl_add() and will set @.finalized to $true once it returns. diff --git a/src/lib/evas/canvas/efl_canvas_animation.eo b/src/lib/evas/canvas/efl_canvas_animation.eo index ca55a3e1e1..4198ccf592 100644 --- a/src/lib/evas/canvas/efl_canvas_animation.eo +++ b/src/lib/evas/canvas/efl_canvas_animation.eo @@ -62,7 +62,7 @@ class @beta Efl.Canvas.Animation extends Efl.Object implements Efl.Playable get { } values { - interpolator: Efl.Interpolator; [[Interpolator which indicates interpolation fucntion. Efl_Interpolator is required.]] + interpolator: Efl.Interpolator; [[Interpolator which indicates interpolation function. Efl_Interpolator is required.]] } } animation_apply {