X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftile.hpp;h=d1c7fe76a77419f94a5f231c21e367504ec41c47;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=fd1f69a63a944305f3c4dd34f21e30208b3936be;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/tile.hpp b/src/tile.hpp index fd1f69a63..d1c7fe76a 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -40,7 +40,7 @@ class Tile public: /// bitset for tile attributes enum { - /** solid tile that is indestructable by Tux */ + /** solid tile that is indestructible by Tux */ SOLID = 0x0001, /** uni-directional solid tile */ UNISOLID = 0x0002,