summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-31 19:27:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-31 21:02:03 +0200
commit006990b8d6337c232f0fe06fc284d83c44e6dc80 (patch)
tree665b0e9bf4ad95c5f6423be5d66275d167eac864
parent66eabacb7c3618d2724470203d7e95c256334520 (diff)
Fix typo
Change-Id: I0dfd64a270a2b669bceba435c2e01472ecf277f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152462 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index ea72d7ddccfc..c73fa508fb60 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -2278,7 +2278,7 @@ void VclMetafileProcessor2D::processTransparencePrimitive2D(
// try to identify a single FillGradientPrimitive2D in the
// transparence part of the primitive. The hope is to handle
// the more specific case in a better way than the general
- // TransparencePrimitive2D which has strongly seperated
+ // TransparencePrimitive2D which has strongly separated
// definitions for transparency and content, both completely
// free definable by primitives
const primitive2d::FillGradientPrimitive2D* pFiGradient(nullptr);