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

New commits:
commit 08ae7b4cc0fa7eef178a6c2bb9a70e998701de82
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 5 00:56:03 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 5 08:45:47 2023 +0000

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

diff --git a/include/basegfx/utils/gradienttools.hxx 
b/include/basegfx/utils/gradienttools.hxx
index 328a86b8335c..4e42efaf86a3 100644
--- a/include/basegfx/utils/gradienttools.hxx
+++ b/include/basegfx/utils/gradienttools.hxx
@@ -77,7 +77,7 @@ namespace basegfx
             // While that is formally correct, it moves an invalid
             // entry to 0.0 or 1.0, thus creating additional wrong
             // Start/EndColor entries. That may then 'overlay' the
-            // cortrect entry when corrections are applied to the
+            // correct entry when corrections are applied to the
             // vector of entries (see sortAndCorrectColorSteps)
             // which leads to getting the wanted Start/EndColor
             // to be factically deleted, what is an error.

Reply via email to