App: fix typo

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2015-06-09 13:07:49 -03:00
committed by Yorik van Havre
parent 9766893be1
commit f5146b8d43
+1 -1
View File
@@ -36,7 +36,7 @@ PROPERTY_SOURCE(App::MaterialObject, App::DocumentObject)
MaterialObject::MaterialObject()
{
ADD_PROPERTY_TYPE(Material,(),"Material",Prop_None,"Material key/valu map");
ADD_PROPERTY_TYPE(Material,(),"Material",Prop_None,"Material key/value map");
}