Sfoglia il codice sorgente

Typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 anni fa
parent
commit
152ffe52a9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      chapter06/sed.xml

+ 1 - 1
chapter06/sed.xml

@@ -40,7 +40,7 @@
   <sect2 role="installation">
     <title>Installation of Sed</title>
 
-    <para>First fix an issue in the LFS envronment and remove a failing test:</para>
+    <para>First fix an issue in the LFS environment and remove a failing test:</para>
 
 <screen><userinput remap="pre">sed -i 's/usr/tools/'       build-aux/help2man
 sed -i 's/panic-tests.sh//' Makefile.in</userinput></screen>