diff options
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/GraphicNativeMetadataTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/GraphicNativeMetadataTest.cxx b/vcl/qa/cppunit/GraphicNativeMetadataTest.cxx index 4fde27f53354..7e5d1adcba66 100644 --- a/vcl/qa/cppunit/GraphicNativeMetadataTest.cxx +++ b/vcl/qa/cppunit/GraphicNativeMetadataTest.cxx @@ -40,7 +40,7 @@ void GraphicNativeMetadataTest::testReadFromGraphic() SvFileStream aFileStream(getFullUrl("Exif1_180.jpg"), StreamMode::READ); GraphicFilter& rGraphicFilter = GraphicFilter::GetGraphicFilter(); - // don't load the grpahic, but try to get the metadata + // don't load the graphic, but try to get the metadata Graphic aGraphic = rGraphicFilter.ImportUnloadedGraphic(aFileStream); { |