From 2410e53238ace4c2d8e1750de008dc4f55644636 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 10 Jun 2018 20:55:16 +0200 Subject: [PATCH] fix typo --- src/Mod/Material/Material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/Material.py b/src/Mod/Material/Material.py index 4d23998c0e..b26f5f48d8 100644 --- a/src/Mod/Material/Material.py +++ b/src/Mod/Material/Material.py @@ -97,7 +97,7 @@ def exportFCMat(fileName, matDict): def getMaterialAttributeStructure(withSpaces=None): # material properties - # are there any more resources in FreeCAD source code where known material properties are defined exept the material cards itself? + # are there any more resources in FreeCAD source code where known material properties are defined except the material cards itself? # we should not have two of these list ... # withSpaces is used by the material editor ui, without spaces is used to save a material file if withSpaces: