From 7885833fe837567215ce5094db98ee9cf10cffdb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:17:58 -0500 Subject: [PATCH] spelling: watchbands Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/watch/tictoc/spalding/tictoc_spalding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/apps/watch/tictoc/spalding/tictoc_spalding.c b/src/fw/apps/watch/tictoc/spalding/tictoc_spalding.c index 9919cc70..f2d3f884 100644 --- a/src/fw/apps/watch/tictoc/spalding/tictoc_spalding.c +++ b/src/fw/apps/watch/tictoc/spalding/tictoc_spalding.c @@ -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);