spelling: handlers

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:58:07 -05:00
parent 07248ac67e
commit 7e0b951d8e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1289,7 +1289,7 @@ void notification_window_service_init(void) {
//////////////////
// Event Handers
// Event Handlers
//////////////////
static void prv_handle_action_result(PebbleSysNotificationActionResult *action_result) {