Bläddra i källkod

Typo fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 år sedan
förälder
incheckning
a9836bc786
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>