Add some more user-facing typo fixes

This commit is contained in:
luz.paz
2019-03-13 13:34:59 -04:00
committed by Yorik van Havre
parent 8c7c73ba4f
commit 2e4e9c6d4e
5 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
# @param analysis - analysis object to be used as the core object.
# @param test_mode - True indicates that no real calculations will take place, so ccx binary is not required. Used by test module.
# "__init__" tries to use current active analysis in analysis is left empty.
# Rises exception if analysis is not set and there is no active analysis
# Raises exception if analysis is not set and there is no active analysis
def __init__(self, analysis=None, solver=None, test_mode=False):
QtCore.QRunnable.__init__(self)
QtCore.QObject.__init__(self)
@@ -85,7 +85,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
self.ccx_binary_present = False
self.result_object = None
else:
raise Exception('FEM: Somthing went wront, the exception should have been raised earlier!')
raise Exception('FEM: Something went wrong, the exception should have been raised earlier!')
## Removes all result objects and result meshes from an analysis group
# @param self The python object self