summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-09-07 15:59:10 +0200
committerAndras Timar <andras.timar@collabora.com>2013-09-07 15:59:10 +0200
commitb4f8efc3bc673f8e3e0bcc74df0d8cc008d9190e (patch)
tree74e20e93e3f8f9d9acabba7766f31c6d101d5efc /filter
parente74fc88740a38ef22030fede0c3ac212e2a8230b (diff)
typo fix: absoulte -> absolute
Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 556d31701d4f..6af404c46137 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -412,7 +412,7 @@
NOTE: CHROME has a problem, with relative references as from content table, referencing to root directory instead of document
<xsl:element name="base">
<xsl:attribute name="href">-->
- <!-- earlier 'targetURL' was used for an absoulte reference of base provided by the Office (file URL)
+ <!-- earlier 'targetURL' was used for an absolute reference of base provided by the Office (file URL)
<xsl:value-of select="$targetURL" />
now '.' let relative links work, even if document has been moved -->
<!--<xsl:text>.</xsl:text>