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

New commits:
commit fd1bd06509f4544cc18bdf2319c5456b33d08e52
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 9 13:24:34 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jun 9 17:58:30 2023 +0200

    Fix typo
    
    Change-Id: I4f3f148956c0502a3582a232cbd3cad287c0eaa1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152787
    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 feb30d33e1ed..1b411d16f443 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -2387,7 +2387,7 @@ void 
VclMetafileProcessor2D::processTransparencePrimitive2D(
         // places using it would need adaption, ...), but combined with 
knowing that nearly
         // all usages ignore or render it locally anyways makes that a 
non-option.
 
-        // tdf#155479 Yepp, as already mentionmed above we need to add
+        // tdf#155479 Yepp, as already mentioned above we need to add
         // some MCGR infos in case of SVG export, prepare that here
         if (nullptr != mpOutputDevice->GetConnectMetaFile()
             && mpOutputDevice->GetConnectMetaFile()->getSVG())

Reply via email to