summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-03-05 00:56:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-03-05 08:45:47 +0000
commit08ae7b4cc0fa7eef178a6c2bb9a70e998701de82 (patch)
tree848c4a76fdef4e150e6bd580ef0b9a21969df7ac /include/basegfx
parentb5e8d9ae9b1e8c16a2d53851191d7c6c63422916 (diff)
Fix typo
Change-Id: I1392e8e20e42b13a28b13bd611eedccf7b9c088f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148262 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/gradienttools.hxx2
1 files changed, 1 insertions, 1 deletions
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.