Fix typo

Change-Id: I9ca8ee1e281c6c3f73b004eae11dd49c3b4e5861
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92319
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx
index 79d26bf..99a2c9b 100644
--- a/vcl/source/outdev/bitmap.cxx
+++ b/vcl/source/outdev/bitmap.cxx
@@ -523,7 +523,7 @@ void OutputDevice::DrawDeviceBitmap( const Point& rDestPt, const Size& rDestSize

                if (bTryDirectPaint && mpGraphics->DrawAlphaBitmap(aPosAry, *pSalSrcBmp, *xMaskBmp, this))
                {
                    // tried to paint as alpha directly. If tis worked, we are done (except
                    // tried to paint as alpha directly. If this worked, we are done (except
                    // alpha, see below)
                }
                else