spelling: watchbands

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 21:17:58 -05:00
parent 3bde9c1ab3
commit 7885833fe8

View file

@ -146,7 +146,7 @@ static void prv_draw_clock_face(GContext *ctx, ClockFace *face) {
const GPointPrecise center = prv_get_clock_center_point(face->location, bounds);
// Draw hands.
// TODO: Need to do something about the static GPaths used for watchands. This is very inflexible.
// TODO: Need to do something about the static GPaths used for watchbands. This is very inflexible.
prv_draw_watch_hand(ctx, &face->hour_hand, center, data->hour_path);
prv_draw_watch_hand(ctx, &face->minute_hand, center, data->minute_path);