aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-18 16:28:49 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-18 16:30:59 +0300
commit52d66c5783d39a23027102c3087eac8ef1c0f02f (patch)
tree6f75f5af844e4110ebea49954be8b966d4351f0f /src/interface-curses
parent02ab80c1f94ef89f5cf247a6d8baa7e612e51f25 (diff)
downloadsciteco-52d66c5783d39a23027102c3087eac8ef1c0f02f.tar.gz
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Diffstat (limited to 'src/interface-curses')
-rw-r--r--src/interface-curses/curses-icons.c2
-rw-r--r--src/interface-curses/interface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interface-curses/curses-icons.c b/src/interface-curses/curses-icons.c
index 1a1ba3a..e2e4256 100644
--- a/src/interface-curses/curses-icons.c
+++ b/src/interface-curses/curses-icons.c
@@ -38,7 +38,7 @@ typedef struct {
* The following icons have initially been adapted from exa,
* but icons have since been added and removed.
*
- * They require fonts with additional symbols, eg.
+ * They require fonts with additional symbols, e.g.
* Nerd Fonts (https://www.nerdfonts.com/).
*
* They MUST be kept presorted, so we can perform binary searches.
diff --git a/src/interface-curses/interface.c b/src/interface-curses/interface.c
index 075c9c7..5984bcb 100644
--- a/src/interface-curses/interface.c
+++ b/src/interface-curses/interface.c
@@ -98,7 +98,7 @@
#if defined(NCURSES_UNIX) || defined(NETBSD_CURSES)
/**
* Whether Curses works on a real or pseudo TTY
- * (ie. classic use with terminal emulators on Unix)
+ * (i.e. classic use with terminal emulators on Unix)
*/
#define CURSES_TTY
#endif