summaryrefslogtreecommitdiffstats
path: root/lib/colors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/colors.c')
-rw-r--r--lib/colors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/colors.c b/lib/colors.c
index 933bb810a..e5a27ba25 100644
--- a/lib/colors.c
+++ b/lib/colors.c
@@ -265,7 +265,7 @@ static int colors_readdir(struct ul_color_ctl *cc, const char *dirname)
&tk_term, &tk_termsz, &type) != 0)
continue;
- /* count teoretical score before we check names to avoid
+ /* count theoretical score before we check names to avoid
* unnecessary strcmp() */
if (tk_name)
score += 20;
@@ -400,7 +400,7 @@ static int cn_sequence(const char *str, char **seq)
*out++ = '#'; /* Hash mark */
break;
case '?':
- *out++ = '?'; /* Qestion mark */
+ *out++ = '?'; /* Question mark */
break;
default:
*out++ = *in;