diff options
Diffstat (limited to 'drawinglayer/source')
-rw-r--r-- | drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index 5761d8f4bdb1..034e59dceea4 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -2564,7 +2564,7 @@ void CairoPixelProcessor2D::processFillGradientPrimitive2D( return; } - // for dfirect RGBA gradient render support: assert when the definition + // for direct RGBA gradient render support: assert when the definition // is not allowed, it HAS to fulfil the requested preconditions. Note that // the form to call this function using nullptr != pFillGradientAlpha is // only allowed locally in CairoPixelProcessor2D::processMaskPrimitive2D |