diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-15 23:42:26 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-16 09:47:46 +0200 |
commit | ef1982d633ece640a54f6ee6dc2886964930cff9 (patch) | |
tree | a01508e6a4c7f70c76e199f49657da04059c732f /include | |
parent | 68655b362f8129f6f3762bf7926690c1a40c9821 (diff) |
Fix typo
Change-Id: Ibbf9a267bbfba02c119fa1995c6b2ae90f391031
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151813
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/utils/bgradient.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/bgradient.hxx b/include/basegfx/utils/bgradient.hxx index d4a9b7e19a78..d1bd55439a41 100644 --- a/include/basegfx/utils/bgradient.hxx +++ b/include/basegfx/utils/bgradient.hxx @@ -239,7 +239,7 @@ public: // check if we need last-ColorStop-correction. This returns true if the last // two ColorStops have the same offset but different Colors. In that case the - // tesselation for gradients does have to create an extra ending/closing entry + // tessellation for gradients does have to create an extra ending/closing entry bool checkPenultimate() const; /* Tooling method to fill a awt::ColorStopSequence with |