[FEM] [skip CI] fix a typo

This commit is contained in:
Uwe
2022-07-16 19:21:25 +02:00
parent 1a8a7959e5
commit 2782d09dee

View File

@@ -114,7 +114,7 @@ def get_cores(name):
if name in _SOLVER_PARAM:
cores = _SOLVER_PARAM[name].get_cores()
FreeCAD.Console.PrintMessage(
"Number of CPU cores to be used for the solvier run: {} \n"
"Number of CPU cores to be used for the solver run: {} \n"
.format(cores)
)
return cores