diff --git a/VECTO/Input Files/ElectricMachine.vb b/VECTO/Input Files/ElectricMachine.vb index 4671c0d8960ca6f9a44448cdb3fd73ac6d2adfa0..14bf115c329bb1356f8793dc277fd458ab91bb43 100644 --- a/VECTO/Input Files/ElectricMachine.vb +++ b/VECTO/Input Files/ElectricMachine.vb @@ -97,7 +97,7 @@ Public Class ElectricMachine writer.SaveElectricMotor(Me, _filePath, Cfg.DeclMode) Catch ex As Exception - MsgBox("Faled to write Engine file: " + ex.Message) + MsgBox("Failed to write Engine file: " + ex.Message) Return False End Try Return True