Skip to content

Commit fa21190

Browse files
committed
Correct typing error
1 parent 038a2f4 commit fa21190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ private void UpdateTrainBaseResistance_DavisLowSpeed()
23012301
}
23022302
else
23032303
{
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.
2304+
// 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.
23052305
if (WagonNumAxles > 0)
23062306
{
23072307
AxleLoadKg = MassKG / WagonNumAxles;

0 commit comments

Comments
 (0)