Fix a bunch of spelling mistakes

This fixes a bunch of spelling mistakes found in user facing strings.

Fixes #7716
This commit is contained in:
Dunedan
2025-04-11 06:24:32 +02:00
parent 9bae3c86d6
commit 8482f25800
52 changed files with 106 additions and 106 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ static void RunGameOrAtlas(const PS::span<const char* const> argv)
if (args.Has("autostart-nonvisual") && args.Get("autostart").empty() && !args.Has("rl-interface") && !args.Has("autostart-client"))
{
LOGERROR("-autostart-nonvisual cant be used alone. A map with -autostart=\"TYPEDIR/MAPNAME\" is needed.");
LOGERROR("-autostart-nonvisual can't be used alone. A map with -autostart=\"TYPEDIR/MAPNAME\" is needed.");
return;
}