Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 10, 2018
1 parent 184a566 commit 2410e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Material/Material.py
Expand Up @@ -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:
Expand Down

0 comments on commit 2410e53

Please sign in to comment.