basegfx/source/tools/bgradient.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cdc015ffd4b2460a9235db72a5411c421ab0e2d4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 9 13:25:36 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jun 9 17:57:39 2023 +0200

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

diff --git a/basegfx/source/tools/bgradient.cxx 
b/basegfx/source/tools/bgradient.cxx
index 61a58b5e3cdb..d46530074787 100644
--- a/basegfx/source/tools/bgradient.cxx
+++ b/basegfx/source/tools/bgradient.cxx
@@ -749,7 +749,7 @@ void BColorStops::doApplySteps(sal_uInt16 nStepCount)
 
         if (!basegfx::fTools::equalZero(fDelta))
         {
-            // create in-between steps, always two at the same positon to
+            // create in-between steps, always two at the same position to
             // define a 'hard' color stop. Get start/end color for the segment
             const basegfx::BColor& rStartColor(aColorL->getStopColor());
             const basegfx::BColor& rEndColor(aColorR->getStopColor());

Reply via email to