summaryrefslogtreecommitdiff
path: root/src/tilearea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilearea.cpp')
-rw-r--r--src/tilearea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilearea.cpp b/src/tilearea.cpp
index e6efd0559..7572f9f63 100644
--- a/src/tilearea.cpp
+++ b/src/tilearea.cpp
@@ -159,7 +159,7 @@ DiagonalTileIterator::DiagonalTileIterator(TileIndex corner1, TileIndex corner2)
}
/**
- * Move ourselves to the next tile in the rectange on the map.
+ * Move ourselves to the next tile in the rectangle on the map.
*/
TileIterator &DiagonalTileIterator::operator++()
{