drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ab5c08b29f358a2f9955cb576bb03e67d3577d8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 9 00:25:03 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Fri Aug 9 03:35:45 2024 +0200 Fix typo Change-Id: I0c2b998511ef417818e7813ae6c87d71de55c963 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171655 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index 31387125c259..3ce542197246 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -2830,7 +2830,7 @@ void CairoPixelProcessor2D::processPolyPolygonAlphaGradientPrimitive2D( // render as FillGradientPrimitive2D. The idea is to create BColorStops // with the same number of entries, but all the same color, using the - // polygon's traget fill color, so we can directly paint gradients as + // polygon's target fill color, so we can directly paint gradients as // RGBA in Cairo basegfx::BColorStops aColorStops;