diff --git a/core/src/mindustry/world/Block.java b/core/src/mindustry/world/Block.java index 167f7e8b4b..f75d256bef 100644 --- a/core/src/mindustry/world/Block.java +++ b/core/src/mindustry/world/Block.java @@ -86,7 +86,7 @@ public class Block extends UnlockableContent{ public boolean solid; /** whether this block CAN be solid. */ public boolean solidifes; - /** whether this is rotateable */ + /** whether this is rotatable */ public boolean rotate; /** number of different variant regions to use */ public int variants = 0;