We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4138c commit 65b074dCopy full SHA for 65b074d
src/patchgrid.cpp
@@ -82,7 +82,7 @@ PatchGrid::PatchGrid()
82
AddPatch("ExitCrashFix",
83
"LEGO Island contains a bug that frequently crashes the game when trying "
84
"to exit. This is particularly prevalent on newer versions of Windows and Wine. This "
85
- "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.",
86
AddBoolItem(sectionGeneral, "Exit Crash Fix", false));
87
88
// Controls section
0 commit comments