From a825b4fa5f159604f9f61bafa21b75a22d8944f5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 31 Jul 2010 21:02:56 +0000 Subject: (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. --- src/train_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/train_cmd.cpp') 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; -- cgit v1.2.3-54-g00ecf