From 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 12 Apr 2010 14:12:47 +0000 Subject: (svn r19614) -Codechange: "it's" => "its" where appropriate --- src/train_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/train_cmd.cpp') diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 97d44291c..00c5d3a91 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -878,7 +878,7 @@ static void RestoreTrainBackup(TrainList &list) } /** - * Remove the given wagon from it's consist. + * Remove the given wagon from its consist. * @param part the part of the train to remove. * @param chain whether to remove the whole chain. */ @@ -2815,7 +2815,7 @@ void Train::MarkDirty() } /** - * This function looks at the vehicle and updates it's speed (cur_speed + * This function looks at the vehicle and updates its speed (cur_speed * and subspeed) variables. Furthermore, it returns the distance that * the train can drive this tick. This distance is expressed as 256 * n, * where n is the number of straight (long) tracks the train can -- cgit v1.2.3-54-g00ecf