mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user