diff --git a/src/Mod/Fem/TestFem.py b/src/Mod/Fem/TestFem.py index e5e3170e7a..c7b7dccd7e 100644 --- a/src/Mod/Fem/TestFem.py +++ b/src/Mod/Fem/TestFem.py @@ -982,7 +982,7 @@ def fcc_print(message): def get_defmake_count(): ''' count the def make in module ObjectsFem - could also be donn in bash with + could also be done in bash with grep -c "def make" src/Mod/Fem/ObjectsFem.py ''' name_modfile = home_path + 'Mod/Fem/ObjectsFem.py'