Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Mar 18, 2024
1 parent dd989ba commit de73523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save_gui/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit de73523

Please sign in to comment.