mirror of
https://github.com/google/pebble.git
synced 2025-05-18 17:34:59 +00:00
spelling: compensate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d9cbe55fed
commit
0e66fca4ed
2 changed files with 2 additions and 2 deletions
|
@ -891,7 +891,7 @@ static void prv_fill_oval_precise(GContext *ctx, GPointPrecise center,
|
|||
|
||||
// Adjust to drawing_box offset
|
||||
int adjusted_center = center.y.integer + ctx->draw_state.drawing_box.origin.y;
|
||||
// We add one to compenaste in case of odd line needs to be drawn
|
||||
// We add one to compensate in case of odd line needs to be drawn
|
||||
int adjusted_top = adjusted_center - radius_outer_y.integer - 1;
|
||||
int adjusted_bottom = adjusted_center + radius_outer_y.integer + 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue