include/basegfx/utils/bgradient.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef1982d633ece640a54f6ee6dc2886964930cff9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 15 23:42:26 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue May 16 09:47:46 2023 +0200

    Fix typo
    
    Change-Id: Ibbf9a267bbfba02c119fa1995c6b2ae90f391031
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151813
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to