summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/BitmapTest.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:13:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:18:22 +0200
commitf9c57222e7f108ba68f3910a5c8f007476ce6552 (patch)
treec7301bacec42f5531e4252b722261b261cb30fa8 /vcl/qa/cppunit/BitmapTest.cxx
parent4dfce6d2b0f44d8aa55093302987da656a97da2c (diff)
Fix typos
Change-Id: Idb183e0ee9cccf0e4da16ff984ccf9b57eea0f9e Reviewed-on: https://gerrit.libreoffice.org/77273 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/qa/cppunit/BitmapTest.cxx')
-rw-r--r--vcl/qa/cppunit/BitmapTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx
index 4e96b192de2b..b59b7789aa57 100644
--- a/vcl/qa/cppunit/BitmapTest.cxx
+++ b/vcl/qa/cppunit/BitmapTest.cxx
@@ -499,7 +499,7 @@ void BitmapTest::testGreyPalette()
BitmapPalette aPalette = Bitmap::GetGreyPalette(16);
CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong number of palette entries", static_cast<sal_uInt16>(16),
aPalette.GetEntryCount());
- // this is a *reall* specific number of greys, incremented in units of 17 so may
+ // this is a *real* specific number of greys, incremented in units of 17 so may
// as well test them all...
CPPUNIT_ASSERT_EQUAL_MESSAGE("Entry 1 wrong", BitmapColor(0, 0, 0), aPalette[0]);
CPPUNIT_ASSERT_EQUAL_MESSAGE("Entry 2 wrong", BitmapColor(17, 17, 17), aPalette[1]);