Pārlūkot izejas kodu

Typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@7993 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 gadi atpakaļ
vecāks
revīzija
b48732a951
2 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 1 2
      xhtml/lfs-mixed.xsl
  2. 2 2
      xhtml/lfs-navigational.xsl

+ 1 - 2
xhtml/lfs-mixed.xsl

@@ -224,7 +224,7 @@
   <!-- Total packages size calculation -->
 
     <!-- returnvalue:
-            If the tag is not empty, apply the orininal template.
+            If the tag is not empty, apply the original template.
             Otherwise apply the calculation template. -->
     <!-- The original template is in {docbook-xsl}/xhtml/inline.xsl -->
   <xsl:template match="returnvalue">
@@ -287,5 +287,4 @@
     </xsl:choose>
   </xsl:template>
 
-
 </xsl:stylesheet>

+ 2 - 2
xhtml/lfs-navigational.xsl

@@ -22,7 +22,7 @@
 
     <!-- header.navigation:
            Self-made template that full replaces the original one -->
-    <!-- The original template is in {docbook-xsl}/xhtml/chink-common.xsl -->
+    <!-- The original template is in {docbook-xsl}/xhtml/chunk-common.xsl -->
   <xsl:template name="header.navigation">
     <xsl:param name="prev" select="/foo"/>
     <xsl:param name="next" select="/foo"/>
@@ -61,7 +61,7 @@
 
     <!-- footer.navigation:
            Self-made template that full replaces the original one -->
-    <!-- The original template is in {docbook-xsl}/xhtml/chink-common.xsl -->
+    <!-- The original template is in {docbook-xsl}/xhtml/chunk-common.xsl -->
   <xsl:template name="footer.navigation">
     <xsl:param name="prev" select="/foo"/>
     <xsl:param name="next" select="/foo"/>