summaryrefslogtreecommitdiff
path: root/src/train_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/train_cmd.cpp')
-rw-r--r--src/train_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp
index 7098c2591..a0972dc1c 100644
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -1468,7 +1468,7 @@ static inline void SetLastSpeed(Train *v, int spd)
static void MarkTrainAsStuck(Train *v)
{
if (!HasBit(v->flags, VRF_TRAIN_STUCK)) {
- /* It is the first time the problem occured, set the "train stuck" flag. */
+ /* It is the first time the problem occurred, set the "train stuck" flag. */
SetBit(v->flags, VRF_TRAIN_STUCK);
v->wait_counter = 0;