about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-10 09:24:32 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-10 09:24:32 +0100
commita94378f206c96ff4b3687b001b5a42a7db41ce72 (patch)
treeee7bbba2acaa408638c7e3cfeb6027cc3f7d729f /src/config
parentf0bfa6929673cdcf016b15ea4413e67c6a07291d (diff)
downloadprofani-tty-a94378f206c96ff4b3687b001b5a42a7db41ce72.tar.gz
Fix various typos
Diffstat (limited to 'src/config')
-rw-r--r--src/config/preferences.c2
-rw-r--r--src/config/theme.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 98ac5a0d..b47d3667 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -183,7 +183,7 @@ _prefs_load(void)
         g_key_file_remove_key(prefs, PREF_GROUP_LOGGING, "avatar.cmd", NULL);
     }
     
-    // 0.10 will have omemo media sharing. so disabling of senfile introduced in 0.9 is not needed (#1270)
+    // 0.10 will have omemo media sharing. so disabling of sendfile introduced in 0.9 is not needed (#1270)
     if (g_key_file_has_key(prefs, PREF_GROUP_OMEMO, "sendfile", NULL)) {
         g_key_file_remove_key(prefs, PREF_GROUP_OMEMO, "sendfile", NULL);
     }
diff --git a/src/config/theme.c b/src/config/theme.c
index 404a34d3..14e9ba1f 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -721,7 +721,7 @@ theme_attrs(theme_item_t attrs)
     GString* lookup_str = g_string_new("");
     gboolean bold = FALSE;
 
-    // get forground colour
+    // get foreground colour
     switch (attrs) {
     case THEME_TEXT:
         _theme_prep_fgnd("main.text", lookup_str, &bold);