We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038a2f4 commit fa21190Copy full SHA for fa21190
Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs
@@ -2301,7 +2301,7 @@ private void UpdateTrainBaseResistance_DavisLowSpeed()
2301
}
2302
else
2303
{
2304
- // Typically this loop should only be processed when it is a car of some descritption, and therefore it will use the wagon axles as it reference.
+ // Typically this loop should only be processed when it is a car of some description, and therefore it will use the wagon axles as it reference.
2305
if (WagonNumAxles > 0)
2306
2307
AxleLoadKg = MassKG / WagonNumAxles;
0 commit comments