From fa4eee19911da9c9fa0df3f6f323d25e12501ce1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:53:43 -0500 Subject: [PATCH] spelling: example Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/apps/complex_animations/src/complex_animations.c | 2 +- src/fw/apps/demo_apps/animated_demo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/complex_animations/src/complex_animations.c b/src/apps/complex_animations/src/complex_animations.c index ec91502c..5472eb7a 100644 --- a/src/apps/complex_animations/src/complex_animations.c +++ b/src/apps/complex_animations/src/complex_animations.c @@ -142,7 +142,7 @@ static void click_handler(ClickRecognizerRef recognizer, Window *window) { } /* - // Exmple animation parameters: + // Example animation parameters: // Duration defaults to 250 ms animation_set_duration(&prop_animation->animation, 1000); diff --git a/src/fw/apps/demo_apps/animated_demo.c b/src/fw/apps/demo_apps/animated_demo.c index aa4c5f09..22e6b498 100644 --- a/src/fw/apps/demo_apps/animated_demo.c +++ b/src/fw/apps/demo_apps/animated_demo.c @@ -96,7 +96,7 @@ static void click_handler(ClickRecognizerRef recognizer, Window *window) { } /* - // Exmple animation parameters: + // Example animation parameters: // Duration defaults to 250 ms animation_set_duration(animation, 1000);