day: more typos

This commit is contained in:
Franzi 2023-09-29 15:53:48 +02:00
parent da617f6d0b
commit 8be1da1b9f
2 changed files with 2 additions and 2 deletions

View file

@ -340,7 +340,7 @@ local function view_day(starts, ends, config, x1, y1, x2, y2)
elseif align == "center" then
x = (x1 + x2 - w) / 2
end
font:write(x1, y1, line, font_size, r,g,b)
font:write(x, y1, line, font_size, r,g,b)
end
end