vcl/source/outdev/gradient.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 23de37d22c9fecbcffdcf4eb02c926f0f9403d5e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Sep 24 17:12:40 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Sep 24 17:24:24 2023 +0200

    Fix typo
    
    Change-Id: I88c3e9f36c38bd31cd78871d5e86c607ebb39211
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157209
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.

Reply via email to