1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

docs: fix simple typo, certian -> certain

There is a small typo in src/config/theme.c.

Should read `certain` rather than `certian`.
This commit is contained in:
Tim Gates 2020-12-10 05:25:37 +11:00
parent b525befe67
commit 93480bed09
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

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