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

New commits:
commit 92159c4b2eb4c588b4c2505bae2be036bafc0372
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 15 23:39:38 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue May 16 09:46:54 2023 +0200

    Fix typo
    
    Change-Id: Ibb3cbd37e04beed410c61f93f35be51a59bdc10b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151808
    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 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

Reply via email to