spelling: coordinates

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:20:56 -05:00
parent e0d7a82844
commit 2a7d5ceaa4

View file

@ -191,7 +191,7 @@ void graphics_private_draw_horizontal_line_prepared(GContext *ctx, GBitmap *fram
void graphics_private_draw_horizontal_line_integral(GContext *ctx, GBitmap *framebuffer, int16_t y,
int16_t x1, int16_t x2, GColor color) {
// This is a wrapper for prv_draw_horizontal_line_raw for integral coordintaes
// This is a wrapper for prv_draw_horizontal_line_raw for integral coordinates
// End of the line is inclusive so we subtract one
x2--;