Fix typos - (Part #3)
authorElyes HAOUAS <ehaouas@noos.fr>
Mon, 22 Jun 2020 18:21:01 +0000 (18:21 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 6 Jul 2020 23:17:15 +0000 (08:17 +0900)
Fix some typos

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12017

12 files changed:
old/ChangeLog.eet
old/ChangeLog.evas
old/NEWS.evas
src/bindings/mono/eina_mono/eina_stringshare.cs
src/lib/elementary/efl_ui_collection.c
src/lib/elementary/efl_ui_collection_view.c
src/lib/elementary/efl_ui_select_model.c
src/lib/elementary/elm_general.h
src/lib/elementary/elm_map_common.h
src/lib/elementary/elm_toolbar.c
src/lib/evas/common/evas_scale_smooth_scaler_downx_downy.c
src/modules/evas/image_loaders/png/evas_image_load_png.c

index 1f29bda..e90308b 100644 (file)
 2011-11-16  Carsten Haitzler (The Rasterman)
 
        * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to
-        noticable quality losses in the chase for speed. It will use
+        noticeable quality losses in the chase for speed. It will use
         IFAST for quality less than 60 when encoding
 
 2011-12-02  Carsten Haitzler (The Rasterman)
index 4b81090..0b9a353 100644 (file)
 2011-11-16  Carsten Haitzler (The Rasterman)
 
         * JPEG encode and decode in eet now uses ISLOW (not IFAST) due to
-        noticable quality losses in the chase for speed. It will use
+        noticeable quality losses in the chase for speed. It will use
         IFAST for quality less than 60 when encoding
 
 2011-11-20  Carsten Haitzler (The Rasterman)
 
 2012-06-14  Cedric Bail
 
-       * Cache convertion from Evas_Map to RGBA_Map.
+       * Cache conversion from Evas_Map to RGBA_Map.
 
 2012-06-15  Vincent Torri
 
index 3cc32ad..cdb93ca 100644 (file)
@@ -60,7 +60,7 @@ Improvements:
    * Reduce cost of propagating event by limiting the object we explore by using a bouncing box.
    * Don't wake up prepare thread if there is nothing to prepare.
    * Limit the updated region to fit in CPU cache for Pipe rendering.
-   * Cache convertion from Evas_Map to RGBA_Map.
+   * Cache conversion from Evas_Map to RGBA_Map.
    * evas_object_smart_members_get() now returns NULL on non-smart objects.
    * Pipeline rendering use prepare stage more extensively.
    * Properly warn when user try to link object from different canvas.
index 58656fe..7418172 100644 (file)
@@ -69,7 +69,7 @@ public class Stringshare : IEquatable<Stringshare>, IEquatable<string>
     /// <summary>
     /// Main constructor. Wrap the given string.
     /// Have private acess to avoid wrapping a null reference,
-    /// use convertion or the factory method to create a new instance.
+    /// use conversion or the factory method to create a new instance.
     /// <para>Since EFL 1.23.</para>
     /// <see cref="Create(string)"/>
     /// <see cref="implicit operator Stringshare(string)"/>
@@ -108,7 +108,7 @@ public class Stringshare : IEquatable<Stringshare>, IEquatable<string>
     }
 
     /// <summary>
-    /// Implicit convertion to string.
+    /// Implicit conversion to string.
     /// </summary>
     public static implicit operator string(Stringshare ss)
     {
@@ -121,12 +121,12 @@ public class Stringshare : IEquatable<Stringshare>, IEquatable<string>
     }
 
     /// <summary>
-    /// Implicit convertion from string to Stringshare.
+    /// Implicit conversion from string to Stringshare.
     /// <para>Since EFL 1.23.</para>
     /// </summary>
     /// <remarks>
     /// Note that this method can be used to create an instance of this class,
-    /// either via an explicit cast or an implicit convertion.
+    /// either via an explicit cast or an implicit conversion.
     /// <seealso cref="Create(string)"/>
     /// </remarks>
     public static implicit operator Stringshare(string s)
@@ -145,7 +145,7 @@ public class Stringshare : IEquatable<Stringshare>, IEquatable<string>
     /// </summary>
     /// <remarks>
     /// Note that this method can be used to create an instance of this class,
-    /// either via an explicit cast or an implicit convertion.
+    /// either via an explicit cast or an implicit conversion.
     /// <seealso cref="Create(string)"/>
     /// </remarks>
     public static Stringshare FromString(string s) => s;
index e5629f6..d7d61c6 100644 (file)
@@ -86,7 +86,7 @@ static void
 _fast_accessor_init(Fast_Accessor *accessor, Eina_List **items)
 {
    //this is the accessor for accessing the items
-   //we have to workarround here the problem that
+   //we have to workaround here the problem that
    //no accessor can be created for a not yet created list.
    accessor->items = items;
 }
@@ -239,7 +239,7 @@ _item_scroll_internal(Eo *obj EINA_UNUSED,
    ipos.x = ipos.x + vpos.x - view.x;
    ipos.y = ipos.y + vpos.y - view.y;
 
-   //FIXME scrollable needs some sort of align, the docs do not even garantee to completly move in the element
+   //FIXME scrollable needs some sort of align, the docs do not even garantee to completely move in the element
    efl_ui_scrollable_scroll(pd->smanager, ipos, anim);
 }
 
@@ -569,7 +569,7 @@ _selection_changed(void *data, const Efl_Event *ev)
    Efl_Ui_Selection *fallback;
 
    //if this is the highest call in the tree of selection changes, safe the fallback and apply it later
-   //this way we ensure that we are not accidently adding fallback even if we just want to have a empty selection list
+   //this way we ensure that we are not accidentally adding fallback even if we just want to have a empty selection list
    fallback = pd->fallback;
    pd->fallback = NULL;
 
index 99b459f..d4ef5fe 100644 (file)
@@ -1685,7 +1685,7 @@ _item_scroll_internal(Eo *obj EINA_UNUSED,
    ipos.x = ipos.x + vpos.x - view.x;
    ipos.y = ipos.y + vpos.y - view.y;
 
-   //FIXME scrollable needs some sort of align, the docs do not even garantee to completly move in the element
+   //FIXME scrollable needs some sort of align, the docs do not even garantee to completely move in the element
    efl_ui_scrollable_scroll(pd->scroller, ipos, anim);
 }
 
index fde6cca..683b6b2 100644 (file)
@@ -2,7 +2,7 @@
 # include <config.h>
 #endif
 
-// Note: we do not rely on reflection here to implement select as it require to asynchronously acces
+// Note: we do not rely on reflection here to implement select as it require to asynchronously access
 // children. Could be done differently by implementing the children select in the parent instead of
 // in the children. For later optimization.
 
@@ -543,7 +543,7 @@ _efl_ui_select_model_efl_ui_multi_selectable_all_select(Eo *obj,
    unsigned int count, i;
 
    // Not the fastest way to implement it, but will reuse more code and be easier as a v1.
-   // It also make it not very async which could be noticable.
+   // It also make it not very async which could be noticeable.
    count = efl_model_children_count_get(obj);
 
    for (i = 0; i < count; i++)
@@ -573,7 +573,7 @@ _efl_ui_select_model_efl_ui_multi_selectable_index_range_ndx_range_select(Eo *ob
    unsigned long count, i;
 
    // Not the fastest way to implement it, but will reuse more code and be easier as a v1.
-   // It also make it not very async which could be noticable.
+   // It also make it not very async which could be noticeable.
    count = MIN(efl_model_children_count_get(obj), b + 1);
 
    for (i = a; i < count; i++)
index b8819af..93eed1e 100644 (file)
@@ -291,7 +291,7 @@ typedef enum
 typedef enum
 {
   ELM_OBJECT_MULTI_SELECT_MODE_DEFAULT = 0, /**< default multiple select mode */
-  ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL, /**< disallow mutiple selection
+  ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL, /**< disallow multiple selection
                                               * when clicked without control
                                               * key pressed */
   ELM_OBJECT_MULTI_SELECT_MODE_MAX /**< canary value: any value greater or equal
index 13166d3..72443e7 100644 (file)
@@ -473,7 +473,7 @@ EAPI int                   elm_map_overlay_class_zoom_max_get(const Elm_Map_Over
  *
  * You can change the state (hidden, paused, etc.) or set the content
  * or icon of the group overlays by changing the state of the class overlay.
- * Do not modifty the group overlay itself.
+ * Do not modify the group overlay itself.
  *
  * @see elm_map_overlay_class_add()
  */
index daf9369..ace11e3 100644 (file)
@@ -142,7 +142,7 @@ _items_visibility_fix(Elm_Toolbar *obj,
              evas_object_geometry_get(VIEW(it), NULL, NULL, &ciw, &cih);
              if (!efl_ui_layout_orientation_is_horizontal(sd->dir, EINA_TRUE)) *iw += cih;
              else *iw += ciw;
-             //expand is the case where the bx_more stuff is used and the prio.visible is completly ignored.
+             //expand is the case where the bx_more stuff is used and the prio.visible is completely ignored.
              //if this is the case - then every item in there is just visible in the box - nothing (beside the items in the other box is hidden)
              if (!usage_bx_more)
                {
index dfe0e5d..07ca8b0 100644 (file)
@@ -17,7 +17,7 @@
 
 #ifdef BILINEAR_HALF_TO_FULL_SCALE
    if (// image is not too big so that cululative error on steps might be
-       // noticable
+       // noticeable
        (dst_region_w <= 4096) &&
        (dst_region_h <= 4096) &&
        (src_region_w <= 4096) &&
index 452eb49..b6f3441 100644 (file)
@@ -552,7 +552,7 @@ evas_image_load_file_head_with_data_png(void *loader_data,
           memcpy(&prop->content, &optional_content, sizeof (Eina_Rectangle));
 
         // Check that the limit of our content zone are correct
-        // This could be handled as an incorrect file completly,
+        // This could be handled as an incorrect file completely,
         // but let's try to recover
         if (prop->content.x == 0 || prop->content.y == 0)
           {