X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Ftilemap.hpp;h=42334bceb5bb8d5b6b6a397431882d0207fbc6de;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=d67049d7805f748a734b4f45f735f86281df4497;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;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 {