docs: Fix common misspellings in EO files
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 2 Apr 2019 09:32:05 +0000 (11:32 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 8 Apr 2019 01:45:21 +0000 (10:45 +0900)
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
src/lib/ecore_con/efl_net_dialer_http.eo
src/lib/edje/efl_layout_calc.eo
src/lib/edje/efl_layout_signal.eo
src/lib/efl/interfaces/efl_pack_layout.eo
src/lib/eio/efl_io_manager.eo
src/lib/elementary/efl_ui_focus_manager.eo
src/lib/eo/efl_object.eo
src/lib/evas/canvas/efl_canvas_animation.eo

index 9f72137..cd71af6 100644 (file)
@@ -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.
index ae06b39..f5a6fac 100644 (file)
@@ -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
index 8864691..c022dca 100644 (file)
@@ -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.
index df2f234..1b49fd1 100644 (file)
@@ -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
   ]]
index 2760886..19bda9a 100644 (file)
@@ -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.
          ]]
       }
    }
index 2ce5fbe..b81ba4c 100644 (file)
@@ -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<int> @owned; [[Close return code]]
     }
index 523c5d3..29740a3 100644 (file)
@@ -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.]]
     }
 }
index 9e71ad8..cb0a92e 100644 (file)
@@ -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.
index ca55a3e..4198ccf 100644 (file)
@@ -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 {