include/basegfx/utils/bgradient.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb0edd05b5595e8b795db6ce521491716661a09a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 15 23:43:15 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue May 16 09:41:12 2023 +0200 Fix typo Change-Id: I126f38c126c3f541d451cdafa074d2b8c0248d05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151815 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/basegfx/utils/bgradient.hxx b/include/basegfx/utils/bgradient.hxx index 37de614faba7..fc32683802b9 100644 --- a/include/basegfx/utils/bgradient.hxx +++ b/include/basegfx/utils/bgradient.hxx @@ -137,7 +137,7 @@ public: BColorStops(const css::awt::ColorStopSequence& rColorStops); BColorStops(const css::uno::Any& rVal); - // constuctor with two colors to explicitly create a + // constructor with two colors to explicitly create a // BColorStops for StartColor @0.0 & EndColor @1.0 BColorStops(const BColor& rStart, const BColor& rEnd);