Explorar el Código

Typo fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy hace 17 años
padre
commit
a9836bc786
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chapter05/gcc-pass1.xml

+ 1 - 1
chapter05/gcc-pass1.xml

@@ -47,7 +47,7 @@
     not be included in your host distribution, they will be built with
     GCC.</para>
 
-<screen><userinput remap="pre">tar -jxf ../mpfr/&mpfr-version;.tar.bz2 &amp;&amp;
+<screen><userinput remap="pre">tar -jxf ../mpfr-&mpfr-version;.tar.bz2 &amp;&amp;
 mv mpfr-&mpfr-version; mpfr &amp;&amp;
 tar -jxf ../gmp-&gmp-version;.tar.bz2 &amp;&amp;
 mv gmp-&gmp-version; gmp</userinput></screen>