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

New commits:
commit fc78ae850eb3e1753febf3e9a2a559fcf206824c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Sep 7 18:48:06 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Sep 7 20:38:45 2020 +0200

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

diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 0d7335b76aac..70c4f2ab561e 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -2415,7 +2415,7 @@ void 
VclMetafileProcessor2D::processPrimitive2DOnPixelProcessor(
         mpOutputDevice->DrawBitmapEx(aRectLogic.TopLeft(), 
aRectLogic.GetSize(), aBmContent);
 
         // aBufferProcessor dtor pops state off pBufferDevice pushed on by its 
ctor, let
-        // pBufferDevice live past aBufferProcessor scope to avoid warnigns
+        // pBufferDevice live past aBufferProcessor scope to avoid warnings
     }
     pBufferDevice.disposeAndClear();
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to