diff options
-rw-r--r-- | src/config/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |