mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: s/of the form/on the form/
This commit is contained in:
parent
06fdebbbcb
commit
343f2c51a4
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -724,7 +724,7 @@ value_to_pt_or_px(struct context *ctx, struct pt_or_px *res)
|
|||
|
||||
long value = strtol(s, &end, 10);
|
||||
if (!(errno == 0 && end == s + len - 2)) {
|
||||
LOG_CONTEXTUAL_ERR("invalid px value (must be of the form 12px)");
|
||||
LOG_CONTEXTUAL_ERR("invalid px value (must be on the form 12px)");
|
||||
return false;
|
||||
}
|
||||
res->pt = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue