summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx2
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));