summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-03-22 17:10:35 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-03-22 20:31:50 +0100
commitd6e29e7817ad6e171b301c300df9efdf31de7c2f (patch)
tree0727f216c1e0e615b8c938ede0b9e8fb0599b1ca
parent4bf0c1dde2a67c1b497ba49a361efcb1d499c36f (diff)
downloadontogen-d6e29e7817ad6e171b301c300df9efdf31de7c2f.tar.gz
ontogen-d6e29e7817ad6e171b301c300df9efdf31de7c2f.tar.xz
ontogen-d6e29e7817ad6e171b301c300df9efdf31de7c2f.zip
Fix two typos (staps -> steps, sysytem -> system)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--ns-schema.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ns-schema.xsl b/ns-schema.xsl
index 92d5f19..c41a0f2 100644
--- a/ns-schema.xsl
+++ b/ns-schema.xsl
@@ -34,7 +34,7 @@
encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
- <xsl:param name="xmlfile"/><!--** target xml file name if the parameter is provided by sysytem -->
+ <xsl:param name="xmlfile"/><!--** target xml file name if the parameter is provided by system -->
<!-- avoid Opera error
<xsl:variable name="_doas" select="document('')//rdf:Description[1]"/>
-->
@@ -933,7 +933,7 @@ if(navigator.userAgent.indexOf('MSIE') != -1) document.getElementById('ie-notice
</xsl:template>
<xsl:template name="href-dispname">
- <!--** gives href attribute and display name. Staps: -->
+ <!--** gives href attribute and display name. Steps: -->
<xsl:param name="id"/>
<xsl:param name="hash"/>
<!--xsl:value-of select="concat('{',$id,'}')"/-->