summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source')
-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);