basegfx/source/tools/bgradient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8c76c0538d81a1425caca55c917367492b7cc631 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 15 23:43:29 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue May 16 09:40:44 2023 +0200 Fix typo Change-Id: I5701a1fdfe9e4f139049ed6c0de1748ec7c06e07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151816 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/basegfx/source/tools/bgradient.cxx b/basegfx/source/tools/bgradient.cxx index 7cb1ed85e859..f2e7d90190a9 100644 --- a/basegfx/source/tools/bgradient.cxx +++ b/basegfx/source/tools/bgradient.cxx @@ -101,7 +101,7 @@ BColorStops::BColorStops(const css::uno::Any& rVal) } } -// constuctor with two colors to explicitly create a +// constructor with two colors to explicitly create a // BColorStops for a single StartColor @0.0 & EndColor @1.0 BColorStops::BColorStops(const BColor& rStart, const BColor& rEnd) {