Skip to content

Commit

Permalink
FEM: Fix typo
Browse files Browse the repository at this point in the history
Reported-by: dubstar-04
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 27, 2015
1 parent 8d46ebc commit 79caef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -317,7 +317,7 @@ def calculixStarted(self):

def calculixStateChanged(self, newState):
if (newState == QtCore.QProcess.ProcessState.Starting):
self.femConsoleMessage("Staring CalculiX...")
self.femConsoleMessage("Starting CalculiX...")
if (newState == QtCore.QProcess.ProcessState.Running):
self.femConsoleMessage("CalculiX is running...")
if (newState == QtCore.QProcess.ProcessState.NotRunning):
Expand Down

0 comments on commit 79caef0

Please sign in to comment.