summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
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();}