spelling: disappear

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:27:17 -05:00
parent f8d6aad3e7
commit dc649bd184
2 changed files with 3 additions and 3 deletions

View file

@ -532,7 +532,7 @@ void test_window_stack__insert_next(void) {
// Description:
// During the push of a window, we push another window in the load handler of
// the window being pushed. This causes the loading window to disappaer from
// the window being pushed. This causes the loading window to disappear from
// the screen (before it even appeared) and become subverted by the new window.
void test_window_stack__push_during_window_load(void) {
Window *window = window_create();