summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorvictory .deb <victory.deb@gmail.com>2017-07-25 23:15:54 +0000
committervictory .deb <victory.deb@gmail.com>2017-07-25 23:15:54 +0000
commitf74f86c21938614e89dd4471dcc464dad895861b (patch)
tree02849699805ee572e1ac198f82295458cfcfc8af /build
parent0c855cfd0f1638ec7c22a7934eace5b4b0e3585b (diff)
downloadinstallation-guide-f74f86c21938614e89dd4471dcc464dad895861b.zip
fix a typo in comment
Diffstat (limited to 'build')
-rw-r--r--build/stylesheets/style-html-web.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/stylesheets/style-html-web.xsl b/build/stylesheets/style-html-web.xsl
index 496d376a8..8a54b7c7b 100644
--- a/build/stylesheets/style-html-web.xsl
+++ b/build/stylesheets/style-html-web.xsl
@@ -4,7 +4,7 @@
<!-- Import our general html stylesheet -->
<xsl:include href="style-html.xsl"/>
-<!-- What extention to use for resulting html. -->
+<!-- What extension to use for resulting html. -->
<xsl:param name="html.ext" select="concat('.',concat(/book/@lang,'.html'))"/>
</xsl:stylesheet>