basegfx/source/tools/gradienttools.cxx  |    2 +-
 drawinglayer/source/texture/texture.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6fc0de7ce23f8faec052c744434006d40a33110a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Mar 21 20:46:59 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 22 07:01:51 2023 +0000

    Fix typos
    
    Change-Id: Iaf63fce5295f00e5d6fff020498a01a25fc0ee93
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149262
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/basegfx/source/tools/gradienttools.cxx 
b/basegfx/source/tools/gradienttools.cxx
index 6055143d5abd..3b9fcda25ea1 100644
--- a/basegfx/source/tools/gradienttools.cxx
+++ b/basegfx/source/tools/gradienttools.cxx
@@ -508,7 +508,7 @@ namespace basegfx
 
                 // we need to extend the interpolation to the local
                 // range of ColorStops. Despite having two ColorStops
-                // these are not necessarily at 0.0 and 1.0, so mabe
+                // these are not necessarily at 0.0 and 1.0, so may be
                 // not the classical Start/EndColor (what is allowed)
                 fScaler = (fScaler - fMin) / (fMax - fMin);
                 return basegfx::interpolate(
diff --git a/drawinglayer/source/texture/texture.cxx 
b/drawinglayer/source/texture/texture.cxx
index 136284635e1b..de0f02057b4e 100644
--- a/drawinglayer/source/texture/texture.cxx
+++ b/drawinglayer/source/texture/texture.cxx
@@ -115,7 +115,7 @@ namespace drawinglayer::texture
                 return false;
 
             // not needed when the last two ColorStops have different offset, 
then
-            // a visible range will be pocessed already
+            // a visible range will be processed already
             if (!basegfx::fTools::equal(mnColorStops.back().getStopOffset(), 
penultimate->getStopOffset()))
                 return false;
 

Reply via email to