spelling: already

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:36:03 -05:00
parent e02cd968c2
commit 405717f0de
3 changed files with 3 additions and 3 deletions

View file

@ -982,7 +982,7 @@ static void prv_window_pop(void) {
// The window_stack_remove() call should run the unload handler (which deinits the ui),
// but in the rare case that the window never loaded (i.e. a higher priority modal was up)
// then we could leak the phone_ui data and assert on the next phone call.
// Deinit again to cover this case (will be a no-op) if the window was alredy deinited.
// Deinit again to cover this case (will be a no-op) if the window was already deinited.
prv_phone_ui_deinit();
}