diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-22 02:08:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-22 22:07:51 +0200 |
commit | 5bc6a7629fbcadb634b1c2e6ba2c931a15d353a8 (patch) | |
tree | 247ed3ec0d792337dda57b1a43ac5b55b6151966 | |
parent | 9e5cefada36779d642ec148c58ef6bb9c82f72be (diff) |
Fix typo
Change-Id: I80ee9824473facdcb1c96f332773fcd79b266efe
Reviewed-on: https://gerrit.libreoffice.org/53246
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx index 2f9274ddb7bc..c2455e1e4e16 100644 --- a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx +++ b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx @@ -62,7 +62,7 @@ void BitmapRenderTest::testTdf104141() BitmapEx aBitmap = aGraphic.GetBitmapEx(); pVDev->DrawBitmapEx(Point(20, 20), aBitmap); - // Check drawing resuts: ensure that it contains transparent + // Check drawing results: ensure that it contains transparent // (greenish) pixels #if !defined MACOSX //TODO: on Mac colors are drifted, so exact compare fails const Color aColor = pVDev->GetPixel(Point(21, 21)); |