vcl/source/filter/png/PngImageWriter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48ce29b53eda95629d1b75ee3469780cd38fd2fa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 19 12:07:41 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 19 20:48:49 2022 +0200

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

diff --git a/vcl/source/filter/png/PngImageWriter.cxx 
b/vcl/source/filter/png/PngImageWriter.cxx
index 7d9221c75112..2d883c1dea5c 100644
--- a/vcl/source/filter/png/PngImageWriter.cxx
+++ b/vcl/source/filter/png/PngImageWriter.cxx
@@ -220,7 +220,7 @@ static bool pngWrite(SvStream& rStream, const BitmapEx& 
rBitmapEx, int nCompress
                 std::vector<std::remove_pointer_t<Scanline>> aCombinedChannels;
                 if (bCombineChannels)
                 {
-                    // Check that theres at least an alpha channel per 3 
color/RGB channels
+                    // Check that there's at least an alpha channel per 3 
color/RGB channels
                     assert(((pAlphaAccess->GetScanlineSize() * 3) >= 
pAccess->GetScanlineSize())
                            && "RGB and alpha channel size mismatch");
                     // Allocate enough size to fit all 4 channels

Reply via email to