mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fixing spelling mistakes. Patch from josch, fixes #1759
This commit is contained in:
@@ -379,7 +379,7 @@ void JsonUtils::resolveIdentifier (si32 &var, const JsonNode &node, std::string
|
||||
});
|
||||
break;
|
||||
default:
|
||||
logGlobal->errorStream() << "Error! Wrong indentifier used for value of " << name;
|
||||
logGlobal->errorStream() << "Error! Wrong identifier used for value of " << name;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -398,7 +398,7 @@ void JsonUtils::resolveIdentifier (const JsonNode &node, si32 &var)
|
||||
});
|
||||
break;
|
||||
default:
|
||||
logGlobal->errorStream() << "Error! Wrong indentifier used for identifier!";
|
||||
logGlobal->errorStream() << "Error! Wrong identifier used for identifier!";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user