Fix various typos

This commit is contained in:
Michael Vetter
2020-12-10 09:24:32 +01:00
parent f0bfa69296
commit a94378f206
11 changed files with 20 additions and 20 deletions

View File

@@ -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);