summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-26 21:56:16 +0200
committerRegina Henschel <rb.henschel@t-online.de>2020-09-27 14:40:03 +0200
commitb3a251d5f4846eee3387103b8e4e89eefdabb0d9 (patch)
treefb9d46222ac871f65cbc4aee5de266fcc9153283 /filter
parent397fd597c9b478f892641dc219d7d8cd1cfd5fac (diff)
Fix typo
Change-Id: I27c2f4377b85436a675602aade85ae69964fff74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103491 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl2
1 files changed, 1 insertions, 1 deletions
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>