Skip to content

Commit

Permalink
app: fix typo in improved exit crash fix desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramen2X committed Mar 19, 2024
1 parent 4b4138c commit 65b074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patchgrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65b074d

Please sign in to comment.