[Libreoffice-commits] core.git: vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 24 16:53:20 UTC 2021


 vcl/source/filter/graphicfilter.cxx |    2 +-
 vcl/source/window/splitwin.cxx      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 61b509ae4b9b370b5c8e6f3bbca3540e13542d14
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Feb 16 23:27:47 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 24 17:52:25 2021 +0100

    Fix typos
    
    Change-Id: Ie39c9f9208ecb282612f2f2e1dc5672ea8baf5c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111007
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index a6ef4d2488b7..f6349d9923a9 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -983,7 +983,7 @@ ErrCode GraphicFilter::readPNG(SvStream & rStream, Graphic & rGraphic, GfxLinkTy
         }
     }
 
-    // PNG has no GIF chunck
+    // PNG has no GIF chunk
     BitmapEx aBitmapEx(aPNGReader.Read());
     if (!aBitmapEx.IsEmpty())
     {
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index ad7ae0f981f6..465ea46bb055 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -569,7 +569,7 @@ static void ImplCalcSet( ImplSplitSet* pSet,
             nMaxPos = nSetLeft+nSetWidth;
     }
 
-    // order windows and adept values
+    // order windows and adapt values
     for ( size_t i = 0; i < nItems; i++ )
     {
         rItems[i].mnOldSplitPos    = rItems[i].mnSplitPos;


More information about the Libreoffice-commits mailing list