App: fix typo

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-06-02 15:22:12 +01:00 committed by Yorik van Havre
parent 9766893be1
commit f5146b8d43

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");
}