summaryrefslogtreecommitdiff
path: root/src/resources/map
diff options
context:
space:
mode:
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;