mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04: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,
|
USER_NOTIFICATION_WARNING,
|
||||||
"%s: font does not appear to be monospace; "
|
"%s: font does not appear to be monospace; "
|
||||||
"check your config, or disable this warning by "
|
"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);
|
pattern);
|
||||||
|
|
||||||
is_monospaced = false;
|
is_monospaced = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue