diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-27 10:55:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-28 17:29:33 +0200 |
commit | d829d522d4fc9cab4de4affb6fc0fa37d887e39e (patch) | |
tree | f3373e740f4c2ba3f553d2923f25d9fdb55ebc2e /vcl | |
parent | a30d7e2d7f5464d352735ef538acb0f09a7a8196 (diff) |
Fix typos
Change-Id: I94d7ce65aebd6b74f214362c466fda38c4808d9d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92966
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-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 |