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

New commits:
commit b886a808967676a58458786f35cc887e90174e3b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 5 18:39:16 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Aug 5 21:37:58 2025 +0200

    Fix typo
    
    Change-Id: I90fd98abfe40564410b528804df3fe17982bce91
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188966
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx 
b/vcl/qa/cppunit/canvasbitmaptest.cxx
index 0ece9b983fcd..0f46b002ecf9 100644
--- a/vcl/qa/cppunit/canvasbitmaptest.cxx
+++ b/vcl/qa/cppunit/canvasbitmaptest.cxx
@@ -165,7 +165,7 @@ void checkCanvasBitmap( const 
rtl::Reference<VclCanvasBitmap>& xBmp,
     }
     else
     {
-        // with premultipled alpha, the white becomes black
+        // with premultiplied alpha, the white becomes black
         CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(
             "First pixel is not black", 0.0, pRGBStart[0].Red, 1E-12);
         CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(

Reply via email to