From 46910d0b3d9b6aaa38e314ddee6b89c482ad9e92 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:26:28 -0500 Subject: [PATCH] spelling: partway Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/ui/test_animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/ui/test_animation.c b/tests/fw/ui/test_animation.c index 462bc13a..f7a1334f 100644 --- a/tests/fw/ui/test_animation.c +++ b/tests/fw/ui/test_animation.c @@ -1126,7 +1126,7 @@ void test_animation__property_gcolor8(void) { // -------------------------------------------------------------------------------------- // Test that the schedule/unschedule calls work correctly. -// We should be able to unschedule an animation parthway through +// We should be able to unschedule an animation partway through void test_animation__unschedule(void) { #ifdef TEST_INCLUDE_BASIC PropertyAnimation *prop_h;