diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-16 23:27:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-24 17:52:25 +0100 |
commit | 61b509ae4b9b370b5c8e6f3bbca3540e13542d14 (patch) | |
tree | 90421de12303eb96e5dacf5c47d607e6e63d903c /vcl | |
parent | 9628392f6de6f2495e1bbdcade0372898e572014 (diff) |
Fix typos
Change-Id: Ie39c9f9208ecb282612f2f2e1dc5672ea8baf5c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111007
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/graphicfilter.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/splitwin.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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; |