config: codespell: setting has only two ‘t’

This commit is contained in:
Daniel Eklöf 2021-08-31 20:01:35 +02:00
parent e51e085d7a
commit 73b488a2b2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -3395,7 +3395,7 @@ check_if_font_is_monospaced(const char *pattern,
USER_NOTIFICATION_WARNING,
"%s: font does not appear to be monospace; "
"check your config, or disable this warning by "
"settting \033[1m[tweak].font-monospace-warn=no\033[22m",
"setting \033[1m[tweak].font-monospace-warn=no\033[22m",
pattern);
is_monospaced = false;