summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-24 17:12:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-24 17:24:24 +0200
commit23de37d22c9fecbcffdcf4eb02c926f0f9403d5e (patch)
treee27e3c5ebcc6a8654df45dfa002f7baab4768339 /vcl
parent553e09879b1ed20f09224582ab904b6ab1646259 (diff)
Fix typo
Change-Id: I88c3e9f36c38bd31cd78871d5e86c607ebb39211 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157209 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/gradient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx
index ef4f883c20d2..52359a779061 100644
--- a/vcl/source/outdev/gradient.cxx
+++ b/vcl/source/outdev/gradient.cxx
@@ -162,7 +162,7 @@ void OutputDevice::ClipAndDrawGradientMetafile ( const Gradient &rGradient, cons
EnableOutput( false );
#if HAVE_FEATURE_SKIA
// tdf#156539 Draw the gradient with polypolygonal clip when using Skia
- // For some unkown reason, the previous "draw gradient with XOR, draw
+ // For some unknown reason, the previous "draw gradient with XOR, draw
// polygon with N0, and draw gradient again with XOR" does not work
// with Skia/Raster (at least on macOS). Fortunately, Skia supports
// polypolygonal clipping so just clip and draw the gradient.