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,4 +1,4 @@
/* Copyright (C) 2020 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
@@ -323,7 +323,7 @@ bool CComponentManager::DeserializeState(std::istream& stream)
ComponentTypeId ctid = LookupCID(ctname);
if (ctid == CID__Invalid)
{
LOGERROR("Deserialization saw unrecognised component type '%s'", ctname.c_str());
LOGERROR("Deserialization saw unrecognized component type '%s'", ctname.c_str());
return false;
}
@@ -350,7 +350,7 @@ bool CComponentManager::DeserializeState(std::istream& stream)
ComponentTypeId ctid = LookupCID(ctname);
if (ctid == CID__Invalid)
{
LOGERROR("Deserialization saw unrecognised component type '%s'", ctname.c_str());
LOGERROR("Deserialization saw unrecognized component type '%s'", ctname.c_str());
return false;
}