summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorTechGeekNZ <git@tech.geek.nz>2020-05-28 15:15:59 +1200
committerCharles Pigott <charlespigott@googlemail.com>2020-05-28 08:26:41 +0100
commit16e5f610f77cccca097d3df735104578571b81ef (patch)
treed9a920fe98ffa429131bbf9bde2792712f6261a8 /src/station_base.h
parentf11cd8f2d07b69eeedb5c3d3dc7c9ade37151707 (diff)
downloadopenttd-16e5f610f77cccca097d3df735104578571b81ef.tar.xz
Cleanup: Correct typographic errors in code comments.
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 75b1c1112..4f1646976 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -42,7 +42,7 @@ public:
/**
* Invalid constructor. This can't be called as a FlowStat must not be
* empty. However, the constructor must be defined and reachable for
- * FlwoStat to be used in a std::map.
+ * FlowStat to be used in a std::map.
*/
inline FlowStat() {NOT_REACHED();}