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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 27 12:40:42 UTC 2020


 filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3a251d5f4846eee3387103b8e4e89eefdabb0d9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 26 21:56:16 2020 +0200
Commit:     Regina Henschel <rb.henschel at t-online.de>
CommitDate: Sun Sep 27 14:40:03 2020 +0200

    Fix typo
    
    Change-Id: I27c2f4377b85436a675602aade85ae69964fff74
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103491
    Tested-by: Jenkins
    Reviewed-by: Regina Henschel <rb.henschel at t-online.de>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index ce2a03b8499f..83171a1f4d1a 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1177,7 +1177,7 @@
         <!-- no creation of empty headings (without text content)   -->
         <xsl:if test="text() or descendant::text()">
             <!-- The URL linking of a table-of-content is due to a bug (cp. bug id# 102311) not mapped as URL in the XML.
-                 Linking of the table-of-content can therefore only be archieved by a work-around in HTML -->
+                 Linking of the table-of-content can therefore only be achieved by a work-around in HTML -->
             <xsl:call-template name="create-heading">
                 <xsl:with-param name="globalData" select="$globalData"/>
             </xsl:call-template>


More information about the Libreoffice-commits mailing list