diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-09 13:25:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-09 17:57:06 +0200 |
commit | e1dcf9464e56c0eee9f662f82928b3f99ba78217 (patch) | |
tree | 88d376b5f02d0c9db336ed6f88229ac3da758d94 /basegfx | |
parent | aae8841e2057d522b3cae7b5792ae75cc8d6b5b4 (diff) |
Fix typo
Change-Id: Ib02cc0e9aaf286d8c39523ea352cfeec17a6336f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152788
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/bgradient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/bgradient.cxx b/basegfx/source/tools/bgradient.cxx index c96cd0b673cb..61a58b5e3cdb 100644 --- a/basegfx/source/tools/bgradient.cxx +++ b/basegfx/source/tools/bgradient.cxx @@ -681,7 +681,7 @@ bool BColorStops::isSymmetrical() const void BColorStops::doApplyAxial() { - // preapare new ColorStops + // prepare new ColorStops basegfx::BColorStops aNewColorStops; // add gradient stops in reverse order, scaled to [0.0 .. 0.5] |