basegfx/source/tools/gradienttools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e1138db4e472e0d5de851c724e0048f1a834c08
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Apr 4 21:16:39 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Apr 4 21:26:10 2023 +0200

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

diff --git a/basegfx/source/tools/gradienttools.cxx 
b/basegfx/source/tools/gradienttools.cxx
index fdc8dd189531..7f7d50abeb8c 100644
--- a/basegfx/source/tools/gradienttools.cxx
+++ b/basegfx/source/tools/gradienttools.cxx
@@ -655,7 +655,7 @@ namespace basegfx
             // or if we can re-use from last time.
             // If this scope is not entered, we do not need the binary search. 
It's
             // only a single buffered entry, and only used when more than three
-            // ColorStops exist, but makes a huge difference compared with 
acessing
+            // ColorStops exist, but makes a huge difference compared with 
accessing
             // the sorted ColorStop vector each time.
             // NOTE: with this simple change I get very high hit rates, e.g. 
rotating
             //       a donut with gradient test '1' hit rate is at 
0.99909440357755486

Reply via email to