summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-02-22 14:42:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-02-22 14:03:12 +0000
commitb2eb17829a8da7828cdc60f262991aafda84f3ea (patch)
tree7c83a04eaa4b26171e34d935ec27ae3eeb665fb1 /basegfx
parent2ef3c9bd49262f8e3875d0b829674d5487e5bea1 (diff)
Fix typo
Change-Id: I17aa944a68ac80f67034cc92fca3f7531e0d5385 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147475 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/tools/gradienttools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx
index 605ed4bf8834..4aa909fcf58c 100644
--- a/basegfx/source/tools/gradienttools.cxx
+++ b/basegfx/source/tools/gradienttools.cxx
@@ -282,7 +282,7 @@ namespace basegfx
// special case for the 'classic' case with just two colors:
// we can optimize that and keep the speed/resources low
- // by avoiding some calculatins and an O(log(N)) array access
+ // by avoiding some calculations and an O(log(N)) array access
if (2 == rColorSteps.size())
{
const basegfx::BColor aCStart(rColorSteps.front().getColor());