1
0
forked from mirrors/0ad

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
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2024 Wildfire Games.
/* Copyright (C) 2025 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -334,7 +334,7 @@ bool CSoundGroup::LoadSoundGroup(const VfsPath& pathnameXML)
if (root.GetNodeName() != el_soundgroup)
{
LOGERROR("Invalid SoundGroup format (unrecognised root element '%s')", XeroFile.GetElementString(root.GetNodeName()));
LOGERROR("Invalid SoundGroup format (unrecognized root element '%s')", XeroFile.GetElementString(root.GetNodeName()));
return false;
}