Преглед на файлове

Spelling

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs преди 10 години
родител
ревизия
bfd117be04
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      chapter01/changelog.xml
  2. 1 1
      chapter02/mounting.xml
  3. 1 1
      chapter05/util-linux.xml
  4. 1 1
      chapter06/libtool.xml

+ 1 - 1
chapter01/changelog.xml

@@ -453,7 +453,7 @@
       <para>2015-03-31</para>
       <itemizedlist>
         <listitem>
-          <para>[bdubbs] - Adjust discussion of LFS envronment variable to be
+          <para>[bdubbs] - Adjust discussion of LFS environment variable to be
           before first use.</para>
         </listitem>
         <listitem>

+ 1 - 1
chapter02/mounting.xml

@@ -14,7 +14,7 @@
   be made accessible. In order to do this, the partition needs to be
   mounted at a chosen mount point. For the purposes of this book, it is
   assumed that the file system is mounted under the directory specified by the
-  <envar>LFS</envar> envronment varibale as described in the previous section.
+  <envar>LFS</envar> environment varibale as described in the previous section.
   </para>
 
   <para>Create the mount point and mount the LFS file system by running:</para>

+ 1 - 1
chapter05/util-linux.xml

@@ -83,7 +83,7 @@
       <varlistentry>
         <term><envar>PKG_CONFIG=""</envar></term>
         <listitem>
-          <para>Setting this envronment variable prevents adding unneeded
+          <para>Setting this environment variable prevents adding unneeded
           features that may be available on the host. Note that the location
           shown for setting this environment variable is different from other
           LFS sections where variables are set preceding the command.  This

+ 1 - 1
chapter06/libtool.xml

@@ -54,7 +54,7 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>Five tests are known to fail in the LFS build envronment due
+    <para>Five tests are known to fail in the LFS build environment due
     to a circular dependency, but all tests pass if rechecked after 
     automake is installed.</para>