diff --git a/plugins/tiletypes.cpp b/plugins/tiletypes.cpp index 31ff096f1..7487ef649 100644 --- a/plugins/tiletypes.cpp +++ b/plugins/tiletypes.cpp @@ -316,7 +316,7 @@ std::ostream &operator<<(std::ostream &stream, const TileType &paint) needSpace = false; } - stream << (paint.dig ? "DESIGNATED" : "UNDESIGATNED"); + stream << (paint.dig ? "DESIGNATED" : "UNDESIGNATED"); used = true; needSpace = true; }