summaryrefslogtreecommitdiff
path: root/src/resources/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-27 17:00:13 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-27 17:00:13 +0300
commitca38553de32bf046f939319d7703d984ea8fc956 (patch)
tree7c3fde3d05b33b5cf7a1c07933798fb038f472df /src/resources/map
parentd3e565b2534860fe94fc07c82f7f56a494181ffc (diff)
downloadplus-ca38553de32bf046f939319d7703d984ea8fc956.tar.gz
plus-ca38553de32bf046f939319d7703d984ea8fc956.tar.bz2
plus-ca38553de32bf046f939319d7703d984ea8fc956.tar.xz
plus-ca38553de32bf046f939319d7703d984ea8fc956.zip
Fix some typos.
Diffstat (limited to 'src/resources/map')
-rw-r--r--src/resources/map/mapheights.h2
-rw-r--r--src/resources/map/objectslayer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/map/mapheights.h b/src/resources/map/mapheights.h
index 2f84895fe..2c5cf845a 100644
--- a/src/resources/map/mapheights.h
+++ b/src/resources/map/mapheights.h
@@ -45,7 +45,7 @@ class MapHeights final : public MemoryCounter
int calcMemoryLocal() const override final;
std::string getCounterName() const override final
- { return "heights leyer"; }
+ { return "heights layer"; }
private:
int mWidth;
diff --git a/src/resources/map/objectslayer.h b/src/resources/map/objectslayer.h
index 0f2b4bccd..3deed3d36 100644
--- a/src/resources/map/objectslayer.h
+++ b/src/resources/map/objectslayer.h
@@ -46,7 +46,7 @@ class ObjectsLayer final : public MemoryCounter
int calcMemoryLocal() const override final;
std::string getCounterName() const override final
- { return "objects leyer"; }
+ { return "objects layer"; }
private:
MapObjectList **mTiles;