]> granicus.if.org Git - docbook-dsssl/commitdiff
fixed typos in comments
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Mar 2008 10:15:15 +0000 (10:15 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Mar 2008 10:15:15 +0000 (10:15 +0000)
xsl/manpages/lists.xsl

index e708c248264f78928e172a18a7b1b210bd8ebdc4..c0c9704e98bb63b99a45207396fcb42c7dc2eeeb 100644 (file)
     <xsl:when test="position() = last()"/> <!-- do nothing -->
     <xsl:otherwise>
       <!-- * tbl(1) treats tab characters as delimiters between -->
-      <!-- * cells; so we need to output a tab after each except -->
+      <!-- * cells; so we need to output a tab after each -->
       <!-- * segtitle except the last one -->
       <xsl:text>&#09;</xsl:text>
     </xsl:otherwise>
     <xsl:when test="position() = last()"/> <!-- do nothing -->
     <xsl:otherwise>
       <!-- * tbl(1) treats tab characters as delimiters between -->
-      <!-- * cells; so we need to output a tab after each except -->
+      <!-- * cells; so we need to output a tab after each -->
       <!-- * segtitle except the last one -->
       <xsl:text>&#09;</xsl:text>
     </xsl:otherwise>