From abe7425d44a2f367440da2d5d552d781e5511958 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 5 Mar 2023 00:57:58 +0100 Subject: Fix typo Change-Id: I5b58180d4d048155b927156be1fb6fb22f0e657c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148265 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basegfx/source/tools/gradienttools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx index 5743f71ad980..9f147fd9b357 100644 --- a/basegfx/source/tools/gradienttools.cxx +++ b/basegfx/source/tools/gradienttools.cxx @@ -274,7 +274,7 @@ namespace basegfx (will be removed, 1st one wins) - will be sorted from lowest offset to highest - if all colors are the same, the content will - be reducved to a single entry with offset 0.0 + be reduced to a single entry with offset 0.0 (StartColor) Some more notes: -- cgit