mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
ci: fix misspellings
This commit is contained in:
parent
50868caece
commit
85b6e63f4f
3 changed files with 4 additions and 4 deletions
4
config.c
4
config.c
|
|
@ -2868,7 +2868,7 @@ parse_config_file(FILE *f, struct config *conf, const char *path, bool errors_ar
|
|||
errno = 0;
|
||||
}
|
||||
|
||||
/* Set `alpha_non_whitespace` to atleast `alpha`. */
|
||||
/* Set `alpha_non_whitespace` to at least `alpha`. */
|
||||
conf->colors.alpha_non_whitespace = max(conf->colors.alpha_non_whitespace, conf->colors.alpha);
|
||||
|
||||
if (errno != 0) {
|
||||
|
|
@ -3111,7 +3111,7 @@ config_load(struct config *conf, const char *conf_path,
|
|||
.alpha = 0xffff,
|
||||
/* HACK:
|
||||
* when `alpha_non_whitespace` is not set its
|
||||
* default value will be `alpha`. This is achived via
|
||||
* default value will be `alpha`. This is achieved via
|
||||
* restricting it to be at least the value of `alpha`
|
||||
*/
|
||||
.alpha_non_whitespace = 0x0000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue