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,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user