From 65b074d98e8b8790118486cc9668d9fbd8a54e07 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Tue, 19 Mar 2024 13:43:41 -0400 Subject: [PATCH] app: fix typo in improved exit crash fix desc --- src/patchgrid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patchgrid.cpp b/src/patchgrid.cpp index c488801..cdda902 100644 --- a/src/patchgrid.cpp +++ b/src/patchgrid.cpp @@ -82,7 +82,7 @@ PatchGrid::PatchGrid() AddPatch("ExitCrashFix", "LEGO Island contains a bug that frequently crashes the game when trying " "to exit. This is particularly prevalent on newer versions of Windows and Wine. This " - "patch will fix the crash and the associated animation gltiches and audio buzzes.", + "patch will fix the crash and the associated animation glitches and audio buzzes.", AddBoolItem(sectionGeneral, "Exit Crash Fix", false)); // Controls section