diff --git a/src/Mod/Fem/femtools/ccxtools.py b/src/Mod/Fem/femtools/ccxtools.py index 80fa14fbb8..62b25436cd 100644 --- a/src/Mod/Fem/femtools/ccxtools.py +++ b/src/Mod/Fem/femtools/ccxtools.py @@ -100,7 +100,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject): raise Exception("FEM: No solver found!") else: if solver: - # solver given, searche for the analysis + # solver given, search for the analysis self.solver = solver self.find_solver_analysis() if not self.analysis: