From 93480bed091b83bfd56041265db40baa58503906 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 10 Dec 2020 05:25:37 +1100 Subject: [PATCH] docs: fix simple typo, certian -> certain There is a small typo in src/config/theme.c. Should read `certain` rather than `certian`. --- src/config/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/theme.c b/src/config/theme.c index 2ec256ad..404a34d3 100644 --- a/src/config/theme.c +++ b/src/config/theme.c @@ -712,7 +712,7 @@ theme_hash_attrs(const char* str) return COLOR_PAIR(color_pair_cache_hash_str(str, profile)); } -/* returns the colours (fgnd and bknd) for a certian attribute ie main.text */ +/* returns the colours (fgnd and bknd) for a certain attribute ie main.text */ int theme_attrs(theme_item_t attrs) {