From de7352362fccdfa619f8ac32d7ce6ce6fb1ad6d2 Mon Sep 17 00:00:00 2001 From: maddymakesgames Date: Mon, 18 Mar 2024 17:42:51 -0400 Subject: [PATCH] Fix typo --- save_gui/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save_gui/src/editor.rs b/save_gui/src/editor.rs index cc8bc11..0ad5768 100644 --- a/save_gui/src/editor.rs +++ b/save_gui/src/editor.rs @@ -520,7 +520,7 @@ impl EditorScreen { // TODO: check that this isn't misinformation ui.info( "Since you have a modded session this will not load when you are \ - running Everest. This wille only be used if you boot into vanilla \ + running Everest. This will only be used if you boot into vanilla \ Celeste.", ); if let Some(session) = self.save.current_session.as_mut() {