X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ftilemap.hpp;h=42334bceb5bb8d5b6b6a397431882d0207fbc6de;hb=657fc40723665c04b3150946f5bd66b6b0af9230;hp=d67049d7805f748a734b4f45f735f86281df4497;hpb=b4b8af638ac4ed8dbe0f081b453f568f585899de;p=supertux.git diff --git a/src/object/tilemap.hpp b/src/object/tilemap.hpp index d67049d78..42334bceb 100644 --- a/src/object/tilemap.hpp +++ b/src/object/tilemap.hpp @@ -42,7 +42,7 @@ class Tile; class TileSet; /** - * This class is reponsible for drawing the level tiles + * This class is responsible for drawing the level tiles */ class TileMap : public GameObject, public Serializable, public ScriptInterface {