diff options
-rw-r--r-- | vcl/qa/cppunit/GraphicNativeMetadataTest.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 2 |
2 files changed, 2 insertions, 2 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); { diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 6cace1f79d79..54abc46a0dad 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -1384,7 +1384,7 @@ bool ImpGraphic::swapOut() } } - // Check if writing was successfull + // Check if writing was successful if (bResult) { // We have swapped out, so can clean memory and prepare swap info |