From 22babc09954ac6fda9135ee71d68550921659b1c Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 13 Sep 2019 18:44:05 +0200 Subject: [PATCH] FEM: typo --- src/Mod/Fem/femtest/testfemimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femtest/testfemimport.py b/src/Mod/Fem/femtest/testfemimport.py index 35ff9d9639..de4cc42532 100644 --- a/src/Mod/Fem/femtest/testfemimport.py +++ b/src/Mod/Fem/femtest/testfemimport.py @@ -172,7 +172,7 @@ class TestObjectExistance(unittest.TestCase): # get the supportedTypes for FEM module - # Fem needs do be imported to get the FEM docuent types + # Fem needs do be imported to get the FEM document types # with the following instead of import Fem # flake8 and lgtm do not complain "Fem imported but unused" __import__("Fem")