From 3b8fca7dca5c9b28cf4d5d96f083ba1048d2dede Mon Sep 17 00:00:00 2001 From: Doctor Dink Date: Sun, 10 Aug 2025 17:11:50 -0400 Subject: [PATCH] Typo --- patches/autosaving.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/autosaving.c b/patches/autosaving.c index 1452c08..6c9fc35 100644 --- a/patches/autosaving.c +++ b/patches/autosaving.c @@ -410,7 +410,7 @@ void autosave_post_play_update(PlayState* play) { OSTime time_now = osGetTime(); - // Check the following conditions for autsave safety: + // Check the following conditions for autosave safety: // * The UI is in a normal state. // * Time is passing. // * No message is on screen.