[Libreoffice-commits] core.git: drawinglayer/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 9 18:53:38 UTC 2020


 drawinglayer/source/processor2d/vclpixelprocessor2d.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 00cd7477e46fefa3c98929cf9cc4ec9a17f76071
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 9 15:21:04 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Mar 9 19:53:02 2020 +0100

    Fix typo
    
    Change-Id: I988f7c11560128bb5b6aeb8931b574226a91e3af
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90225
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
index 2d8472048ed0..b1c7c47c2386 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
@@ -51,7 +51,7 @@ namespace drawinglayer
         /** VclPixelProcessor2D class
 
             This processor derived from VclProcessor2D is the base class for rendering
-            all feeded primitives to a VCL Window. It is the currently used renderer
+            all fed primitives to a VCL Window. It is the currently used renderer
             for all VCL editing output from the DrawingLayer.
          */
         class VclPixelProcessor2D final : public VclProcessor2D


More information about the Libreoffice-commits mailing list