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

New commits:
commit 0c86538173f9c96cfdb490e76ca399931b6fd7e4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Oct 5 14:38:13 2018 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Oct 5 17:25:30 2018 +0200

    Fix typo
    
    Change-Id: Ia555369ae5dd530e5c0fdb4122071eff262059f1
    Reviewed-on: https://gerrit.libreoffice.org/61418
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/qa/cppunit/bitmapcolor.cxx b/vcl/qa/cppunit/bitmapcolor.cxx
index c8cae6aef973..0544a0c53e41 100644
--- a/vcl/qa/cppunit/bitmapcolor.cxx
+++ b/vcl/qa/cppunit/bitmapcolor.cxx
@@ -161,7 +161,7 @@ void BitmapColorTest::getColor()
     CPPUNIT_ASSERT_EQUAL_MESSAGE("Red wrong", sal_uInt8(255), aColor.GetRed());
     CPPUNIT_ASSERT_EQUAL_MESSAGE("Green wrong", sal_uInt8(128), 
aColor.GetGreen());
     CPPUNIT_ASSERT_EQUAL_MESSAGE("Blue wrong", sal_uInt8(64), 
aColor.GetBlue());
-    CPPUNIT_ASSERT_EQUAL_MESSAGE("Transparecy wrong", sal_uInt8(32), 
aColor.GetTransparency());
+    CPPUNIT_ASSERT_EQUAL_MESSAGE("Transparency wrong", sal_uInt8(32), 
aColor.GetTransparency());
 }
 
 void BitmapColorTest::setValue()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to