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

New commits:
commit 68655b362f8129f6f3762bf7926690c1a40c9821
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 15 23:44:01 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue May 16 09:47:25 2023 +0200

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

diff --git a/basegfx/source/tools/bgradient.cxx 
b/basegfx/source/tools/bgradient.cxx
index f2e7d90190a9..134fda548ece 100644
--- a/basegfx/source/tools/bgradient.cxx
+++ b/basegfx/source/tools/bgradient.cxx
@@ -683,7 +683,7 @@ BGradient::BGradient(const css::uno::Any& rVal)
         SetEndIntens(aGradient.EndIntensity);
         SetSteps(aGradient.StepCount);
 
-        // complete data by creating ColorStops from fixe Start/EndColor
+        // complete data by creating ColorStops from fixed Start/EndColor
         aColorStops = BColorStops{
             BColorStop(0.0, 
ColorToBColorConverter(aGradient.StartColor).getBColor()),
             BColorStop(1.0, 
ColorToBColorConverter(aGradient.EndColor).getBColor())

Reply via email to