summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-04-03 20:12:21 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-04-03 20:32:21 +0200
commitc2cc3e696e27f3ab218c56e90065f5c102ae50b6 (patch)
treeb4432e3bd7523764865bdaa89d4cc413db931a42
parentf8016f45ea6d43c8b7a981d364e0df26feec3eb1 (diff)
Fix typo
Change-Id: I49fe9dbdc11291c02be1dd5e41171a987d896008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149997 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--basegfx/source/tools/gradienttools.cxx2
-rw-r--r--include/basegfx/utils/gradienttools.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx
index d1b5874e5b77..dc6e4dc3f66a 100644
--- a/basegfx/source/tools/gradienttools.cxx
+++ b/basegfx/source/tools/gradienttools.cxx
@@ -270,7 +270,7 @@ namespace basegfx
The intensity values fStartIntensity, fEndIntensity are
in the range of [0.0 .. 1.0] and describe how much the
blend is supposed to be done at the start color position
- and the end color position resprectively, where 0.0 means
+ and the end color position respectively, where 0.0 means
to fully use the given BlendColor, 1.0 means to not change
the existing color in the ColorStop.
Every color entry in the given ColorStop is blended
diff --git a/include/basegfx/utils/gradienttools.hxx b/include/basegfx/utils/gradienttools.hxx
index dfa1f35b38c4..ea1802c291f8 100644
--- a/include/basegfx/utils/gradienttools.hxx
+++ b/include/basegfx/utils/gradienttools.hxx
@@ -202,7 +202,7 @@ namespace basegfx
The intensity values fStartIntensity, fEndIntensity are
in the range of [0.0 .. 1.0] and describe how much the
blend is supposed to be done at the start color position
- and the end color position resprectively, where 0.0 means
+ and the end color position respectively, where 0.0 means
to fully use the given BlendColor, 1.0 means to not change
the existing color in the ColorStop.
Every color entry in the given ColorStop is blended