diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-15 23:39:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-16 09:46:54 +0200 |
commit | 92159c4b2eb4c588b4c2505bae2be036bafc0372 (patch) | |
tree | 66ea7c5b34edea01eab4ef92b23ec957bc3250a2 /include/basegfx | |
parent | e775824b63d61aa9c65560e42c1e4faf1a3fd3a8 (diff) |
Fix typo
Change-Id: Ibb3cbd37e04beed410c61f93f35be51a59bdc10b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151808
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx')
-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 fc32683802b9..d4a9b7e19a78 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 enty + // tesselation for gradients does have to create an extra ending/closing entry bool checkPenultimate() const; /* Tooling method to fill a awt::ColorStopSequence with |