summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle_base.h')
-rw-r--r--src/vehicle_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index 60de8b968..c12232ec0 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -118,7 +118,7 @@ extern bool LoadOldVehicle(LoadgameState *ls, int num);
extern bool AfterLoadGame();
extern void FixOldVehicles();
-/** Vehicle data structure. */
+/** %Vehicle data structure. */
struct Vehicle : VehiclePool::PoolItem<&_vehicle_pool>, BaseVehicle {
private:
Vehicle *next; ///< pointer to the next vehicle in the chain
@@ -141,7 +141,7 @@ public:
/**
* Heading for this tile.
* For airports and train stations this tile does not necessarily belong to the destination station,
- * but it can be used for heuristical purposes to estimate the distance.
+ * but it can be used for heuristic purposes to estimate the distance.
*/
TileIndex dest_tile;