1
0
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:
Ivan Savenko
2014-03-23 12:59:03 +00:00
parent 9dda194ed3
commit 9c0df68cb8
39 changed files with 69 additions and 69 deletions

View File

@@ -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!";
}
}