summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-18 02:46:11 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-18 02:46:11 +0300
commit718cc20f00d8724c79d2c0e928696b476119af6d (patch)
tree93aff7f1d62e35341336b861495d8d4a989b8eba /src/resources
parent393ab30aff714f9054ceea626fa5ba5447eee16d (diff)
downloadplus-718cc20f00d8724c79d2c0e928696b476119af6d.tar.gz
plus-718cc20f00d8724c79d2c0e928696b476119af6d.tar.bz2
plus-718cc20f00d8724c79d2c0e928696b476119af6d.tar.xz
plus-718cc20f00d8724c79d2c0e928696b476119af6d.zip
Fix typos.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/mapreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp
index 555185094..73317fcba 100644
--- a/src/resources/mapreader.cpp
+++ b/src/resources/mapreader.cpp
@@ -324,7 +324,7 @@ Map *MapReader::readMap(XmlNodePtrConst node, const std::string &path)
if (tilew < 0 || tileh < 0)
{
logger->log("MapReader: Warning: "
- "Unitialized tile width or height value for map: %s",
+ "Uninitialized tile width or height value for map: %s",
path.c_str());
BLOCK_END("MapReader::readMap xml")
return nullptr;