diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-20 12:02:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-20 21:16:07 +0000 |
commit | 71a67048f5eafcf668d1ee6d70c66c04cb323b0f (patch) | |
tree | dcb5d2ecf5a484d504d0cf443d0f89ad8f3a2333 /basegfx | |
parent | 389c6267974a90b9b0e1eaf2a7434ca4aea38f76 (diff) |
Fix typo
Change-Id: I0247eec84ea4c7dc5386bd8bcb9792601758e8c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147317
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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx index 5af4397eb3cd..b2635b3f09cc 100644 --- a/basegfx/source/tools/gradienttools.cxx +++ b/basegfx/source/tools/gradienttools.cxx @@ -464,7 +464,7 @@ namespace basegfx // MCGR: Similar to getRectangularGradientAlpha (please // see there) we need to use aspect ratio here. Due to // initEllipticalGradientInfo using M_SQRT2 to make this - // gradient look 'nicer' this correciton seems not 100% + // gradient look 'nicer' this correction seems not 100% // correct, but is close enough for now if(fAspectRatio > 1.0) { |