about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-10 08:43:31 +0100
committerGitHub <noreply@github.com>2020-12-10 08:43:31 +0100
commitaa1f9071256596f5e94f602f10be38e2e43e9cfd (patch)
tree02a66d22881daf674b1aa87c5a8b18b1f6de8466
parent150ce3520b1ffc2526c030cdc5e318a6259ad74e (diff)
parent93480bed091b83bfd56041265db40baa58503906 (diff)
downloadprofani-tty-aa1f9071256596f5e94f602f10be38e2e43e9cfd.tar.gz
Merge pull request #1451 from timgates42/bugfix_typo_certain
docs: fix simple typo, certian -> certain
-rw-r--r--src/config/theme.c2
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)
 {