[Libreoffice-commits] core.git: vcl/qa

Andrea Gelmini andrea.gelmini at gelma.net
Sun Apr 22 20:08:48 UTC 2018


 vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5bc6a7629fbcadb634b1c2e6ba2c931a15d353a8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Apr 22 02:08:47 2018 +0200

    Fix typo
    
    Change-Id: I80ee9824473facdcb1c96f332773fcd79b266efe
    Reviewed-on: https://gerrit.libreoffice.org/53246
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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));


More information about the Libreoffice-commits mailing list