summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/physicalfontcollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/physicalfontcollection.cxx b/vcl/qa/cppunit/physicalfontcollection.cxx
index 98ac902032ff..a147fb1dea4f 100644
--- a/vcl/qa/cppunit/physicalfontcollection.cxx
+++ b/vcl/qa/cppunit/physicalfontcollection.cxx
@@ -449,7 +449,7 @@ void VclPhysicalFontCollectionTest::testShouldMatchDecorativeFamily()
= aFontCollection.FindOrCreateFontFamily("decorative");
FontAttributes aFontAttr;
- aFontAttr.SetFamilyName("decoractive");
+ aFontAttr.SetFamilyName("decorative");
aFontAttr.SetFamilyType(FAMILY_DECORATIVE);
aFontAttr.SetWeight(WEIGHT_MEDIUM);
TestFontFace* pFontFace = new TestFontFace(aFontAttr, FONTID);