summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-01-17 17:01:07 -0500
committerCharles Pigott <charlespigott@googlemail.com>2019-01-17 22:01:07 +0000
commitd8ccad91f9f3c4554908c62a9e250ac61060d1ce (patch)
tree94e5594c72a056e5debaa1eaa66d5e7a5d755c18 /src/viewport.cpp
parent1623cb553b7d299d0115034609763b6f3063680f (diff)
downloadopenttd-d8ccad91f9f3c4554908c62a9e250ac61060d1ce.tar.xz
Fix: Some code and comment typos
Found with codespell
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp
index 350bb9238..da4ed2660 100644
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -58,7 +58,7 @@
*
*
* Rows are horizontal sections of the viewport, also half a tile wide.
- * This time the nothern most tile on the map defines 0 and
+ * This time the northern most tile on the map defines 0 and
* everything south of that has a positive number.
*/