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) {