Skip to content

Commit 46b388f

Browse files
committed
Correct spelling mistake
1 parent 78c046c commit 46b388f

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
@@ -1838,7 +1838,7 @@ public override void Update(float elapsedClockSeconds)
18381838
if (TendersSteamLocomotive.IsTenderRequired == 1)
18391839
{
18401840
// Combined total water found by taking the current combined water (which may have extra water added via the auxiliary tender), and subtracting the
1841-
// amount of water defined in the ENG file, and adding the water defiend in the WAG file.
1841+
// amount of water defined in the ENG file, and adding the water defined in the WAG file.
18421842
float TempMaxCombinedWater = TendersSteamLocomotive.MaxTotalCombinedWaterVolumeUKG;
18431843
TendersSteamLocomotive.MaxTotalCombinedWaterVolumeUKG = (TempMaxCombinedWater - (Kg.ToLb(TendersSteamLocomotive.MaxLocoTenderWaterMassKG) / WaterLBpUKG)) + (Kg.ToLb(TenderWagonMaxWaterMassKG) / WaterLBpUKG);
18441844

0 commit comments

Comments
 (0)