billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=9f2f8464f3b40e14ad5ab657bd2799a6b2291d43

commit 9f2f8464f3b40e14ad5ab657bd2799a6b2291d43
Author: Boris Faure <bill...@gmail.com>
Date:   Sun Jul 5 20:19:59 2020 +0200

    Fix typos
    
    Summary: Fix some typos.
    
    Differential Revision: https://phab.enlightenment.org/D12032
---
 src/bin/ipc.c             | 2 +-
 src/bin/media.c           | 4 ++--
 src/bin/termio.c          | 2 +-
 src/bin/termiointernals.c | 2 +-
 src/bin/termpty.c         | 2 +-
 src/bin/termptyesc.c      | 2 +-
 src/bin/tycat.c           | 2 +-
 src/bin/tyls.c            | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/bin/ipc.c b/src/bin/ipc.c
index 110532d..83c16a3 100644
--- a/src/bin/ipc.c
+++ b/src/bin/ipc.c
@@ -34,7 +34,7 @@ _ipc_cb_client_data(void *_data EINA_UNUSED,
           {
              if (func_new_inst) func_new_inst(inst);
              // NOTE strings in inst are part of the inst alloc blob and
-             // dont need separate frees.
+             // don't need separate frees.
              free(inst);
           }
      }
diff --git a/src/bin/media.c b/src/bin/media.c
index 84e8bb7..6d1e91e 100644
--- a/src/bin/media.c
+++ b/src/bin/media.c
@@ -224,7 +224,7 @@ _type_thumb_init2(Evas_Object *obj)
                     {
                        theme = efreet_icon_theme_find(*itr);
                        if (!theme) continue;
-                       //try to fetch the icon, if we dont find it, continue 
at other themes
+                       //try to fetch the icon, if we don't find it, continue 
at other themes
                        icon_theme = eina_stringshare_add(theme->name.internal);
                        fl = efreet_icon_path_find(icon_theme, sd->realf, 
sd->iw);
                        if (fl) break;
@@ -573,7 +573,7 @@ _type_edje_init(Evas_Object *obj)
    int i;
    const char *groups[] =
      {
-        "terminology/backgroud",
+        "terminology/background",
         "e/desktop/background",
         NULL
      };
diff --git a/src/bin/termio.c b/src/bin/termio.c
index ddf2f99..40de5e7 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -622,7 +622,7 @@ termio_link_get(const Evas_Object *obj,
           {
              // TODO: decode string: %XX -> char
              link = link + sizeof("file://") - 1;
-             /* Handle cases where / is ommitted: file://HOSTNAME/home/ */
+             /* Handle cases where / is omitted: file://HOSTNAME/home/ */
              if (link[0] != '/')
                {
                   link = strchr(link, '/');
diff --git a/src/bin/termiointernals.c b/src/bin/termiointernals.c
index 6c97ad8..4b37470 100644
--- a/src/bin/termiointernals.c
+++ b/src/bin/termiointernals.c
@@ -88,7 +88,7 @@ termio_selection_get(Termio *sd,
              if (cells[x].att.tab_inserted)
                {
                   /* There was a tab inserted.
-                   * Only output it if there were spaces/empty cells "bellow"
+                   * Only output it if there were spaces/empty cells "below"
                    */
                   Eina_Bool is_tab = EINA_TRUE;
                   while ((is_tab) && (x < end_x))
diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index 5d0ec45..7736cec 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -67,7 +67,7 @@ termpty_can_handle_key(const Termpty *ty,
                        const Keys_Handler *khdl,
                        const Evas_Event_Key_Down *ev)
 {
-   // if term app asked for kbd lock - dont handle here
+   // if term app asked for kbd lock - don't handle here
    if (ty->termstate.kbd_lock)
      return EINA_FALSE;
    // if app asked us to not do autorepeat - ignore press if is it is the same
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index fab911d..4965a3b 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -468,7 +468,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, 
Eina_Unicode *b,
                    else ty->mouse_mode = MOUSE_OFF;
                    DBG("set mouse (press+release+all motion) %i", mode);
                    break;
-                case 1004: // i dont know what focus reporting is?
+                case 1004: // I don't know what focus reporting is?
                    WRN("TODO: enable focus reporting %i", mode);
                    ty->decoding_error = EINA_TRUE;
                    break;
diff --git a/src/bin/tycat.c b/src/bin/tycat.c
index 2def982..1db6d0f 100644
--- a/src/bin/tycat.c
+++ b/src/bin/tycat.c
@@ -180,7 +180,7 @@ handle_edje(char *rp)
 
    o = edje_object_add(evas);
    if (edje_object_file_set
-       (o, rp, "terminology/backgroud") == EINA_TRUE ||
+       (o, rp, "terminology/background") == EINA_TRUE ||
        !edje_object_file_set
        (o, rp, "e/desktop/background"))
      {
diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index 2b7639c..effc81c 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -449,7 +449,7 @@ const Cmatch dmatch[] =
    { 0, 0, 0,  0, 0, 0, NULL, NULL}
 };
 
-// for exectuable files
+// for executable files
 const Cmatch xmatch[] =
 {
    { 5, 2, 0,  9, 9, 9, "*.sh", "text-x-script"},

-- 


Reply via email to