summaryrefslogtreecommitdiff
path: root/basegfx/source/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-15 23:43:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-16 09:40:44 +0200
commit8c76c0538d81a1425caca55c917367492b7cc631 (patch)
treee1d6a6a489eb7021e6b5d46c047f9db59710e929 /basegfx/source/tools
parent30984681f9019d267d5cf7c453ff482a2f5bc33c (diff)
Fix typo
Change-Id: I5701a1fdfe9e4f139049ed6c0de1748ec7c06e07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151816 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx/source/tools')
-rw-r--r--basegfx/source/tools/bgradient.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{