svgio/source/svgreader/svgdocumenthandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98229bb7b7f2bdcfbcb9275eeee797d638f13bac
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Jun 20 11:42:59 2023 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 21 10:15:51 2023 +0200

    Fix typo
    
    Change-Id: Id2a9f8eeb5032ef65c5457cd747915914bc32d64
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153317
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx 
b/svgio/source/svgreader/svgdocumenthandler.cxx
index e26312d43163..25d58ceee440 100644
--- a/svgio/source/svgreader/svgdocumenthandler.cxx
+++ b/svgio/source/svgreader/svgdocumenthandler.cxx
@@ -304,7 +304,7 @@ namespace
                     mpTarget = pNew;
 
                     // #i125326# there are attributes, read them. This will 
set isTextCss to false if
-                    // type attibute is different to "text/css"
+                    // type attribute is different to "text/css"
                     mpTarget->parseAttributes(xAttribs);
 
                     if(pNew->isTextCss())

Reply via email to