vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e77beebb0d839f5dc0d4f9c4fd7cc9b7ccfd0175 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Feb 15 21:54:20 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Feb 16 07:50:16 2019 +0100 Fix typos Change-Id: Ic0ab859d7b9bfbce8d55c1c9dc11bfae760626f3 Reviewed-on: https://gerrit.libreoffice.org/67898 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx index 38b2aa6d8912..eba78e717e24 100644 --- a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx +++ b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx @@ -120,7 +120,7 @@ void BitmapRenderTest::testDrawBitmap32() CPPUNIT_ASSERT_EQUAL(COL_WHITE, pVDev->GetPixel(Point(0, 0))); CPPUNIT_ASSERT_EQUAL(COL_YELLOW, pVDev->GetPixel(Point(1, 1))); -// sometimes on windows we get roundign error in blending so let's ignore this on Windows for now. +// sometimes on Windows we get rounding error in blending so let's ignore this on Windows for now. #if !defined(_WIN32) CPPUNIT_ASSERT_EQUAL(Color(0x00, 0x7F, 0xFF, 0x7F), pVDev->GetPixel(Point(2, 2))); #endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
