From 7e0b951d8e460d447f5b7093e50a593f1ef94548 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:58:07 -0500 Subject: [PATCH] spelling: handlers Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/window_stack_animation.h | 2 +- src/fw/popups/notifications/notification_window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/applib/ui/window_stack_animation.h b/src/fw/applib/ui/window_stack_animation.h index 40023bd9..723dc0a0 100644 --- a/src/fw/applib/ui/window_stack_animation.h +++ b/src/fw/applib/ui/window_stack_animation.h @@ -36,7 +36,7 @@ typedef void (*WindowTransitionImplementationRenderFunc)(WindowTransitioningCont // needs to // create an animation that drives the visible transition // (e.g. by moving context.window_to.layer.frame) -// call context.window_from.handlers.disappear and context.window_to.handers.appear et al. +// call context.window_from.handlers.disappear and context.window_to.handlers.appear et al. // doesn't need to // restore context.window_from.layer.frame (framework will do that) // if no animation is returned by .create_animation, the windows will be replaced immediately diff --git a/src/fw/popups/notifications/notification_window.c b/src/fw/popups/notifications/notification_window.c index e0bd47f6..873db8fb 100644 --- a/src/fw/popups/notifications/notification_window.c +++ b/src/fw/popups/notifications/notification_window.c @@ -1289,7 +1289,7 @@ void notification_window_service_init(void) { ////////////////// -// Event Handers +// Event Handlers ////////////////// static void prv_handle_action_result(PebbleSysNotificationActionResult *action_result) {