Fix: Some typos found using codespell
This commit is contained in:
@@ -116,7 +116,7 @@ int GroundVehicle<T, Type>::GetAcceleration() const
|
||||
|
||||
/* Power is stored in HP, we need it in watts.
|
||||
* Each vehicle can have U16 power, 128 vehicles, HP -> watt
|
||||
* and km/h to m/s conversion below result in a maxium of
|
||||
* and km/h to m/s conversion below result in a maximum of
|
||||
* about 1.1E11, way more than 4.3E9 of int32. */
|
||||
int64 power = this->gcache.cached_power * 746ll;
|
||||
|
||||
|
Reference in New Issue
Block a user