mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
config: codespell: setting has only two ‘t’
This commit is contained in:
parent
e51e085d7a
commit
73b488a2b2
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue