Fix typo.

This commit is contained in:
L3MON4D3 2021-03-01 13:44:46 +01:00
parent 3f57cc9c01
commit 093df837ca

View file

@ -708,7 +708,7 @@ parse_section_main(const char *key, const char *value, struct config *conf,
else if (strcmp(key, "vertical-letter-offset") == 0) {
if (!str_to_pt_or_px(
value, &conf->horizontal_letter_offset,
value, &conf->vertical_letter_offset,
conf, path, lineno, "default", "vertical-letter-offset"))
return false;
}