Jelajahi Sumber

misspellings

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 tahun lalu
induk
melakukan
9d9014dbbd
4 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 3 3
      chapter01/changelog.xml
  2. 1 1
      chapter05/util-linux.xml
  3. 1 1
      chapter06/acl.xml
  4. 1 1
      chapter07/locale.xml

+ 3 - 3
chapter01/changelog.xml

@@ -90,7 +90,7 @@
           </para>
         </listitem>
         <listitem>
-          <para>[bdubbs] - Update automake tests to accomodate util-linux
+          <para>[bdubbs] - Update automake tests to accommodate util-linux
           in /tools and to speed the test up.
           </para>
         </listitem>
@@ -227,7 +227,7 @@
         <listitem>
           <para>[bdubbs] - Add an environment variable to util-linux
           in Chapter 5 to prevent an installation error for 
-          hosts that have unneeded capabilities availible.</para>
+          hosts that have unneeded capabilities available.</para>
         </listitem>
       </itemizedlist>
     </listitem>
@@ -336,7 +336,7 @@
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Update to inetutils-1.9.2 and remove
-          referece to old BLFS page. Fixes
+          reference to old BLFS page. Fixes
           <ulink url="&lfs-ticket-root;3471">#3471</ulink> and
           <ulink url="&lfs-ticket-root;3473">#3473</ulink>.</para>
         </listitem>

+ 1 - 1
chapter05/util-linux.xml

@@ -75,7 +75,7 @@
           <para>Setting this envronment 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 preceeding the command.  This
+          LFS sections where variables are set preceding the command.  This
           location is shown to demonstrate an alternative way of setting an
           environment variable when using configure.</para>
         </listitem>

+ 1 - 1
chapter06/acl.xml

@@ -61,7 +61,7 @@
 
     <para>The Acl tests need to be run on a filesystem that supports access
     controls. Coreutils needs to be compiled with ACL support in order for
-    the testsuite to complete sucessfully. To test the results, issue:</para>
+    the testsuite to complete successfully. To test the results, issue:</para>
 
 <screen><userinput remap="test">make tests</userinput></screen>
 

+ 1 - 1
chapter07/locale.xml

@@ -127,7 +127,7 @@ EOF</userinput></screen>
   <para>You can also specify other language specific environment variables such
   as <envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_NUMERIC</envar> or
   any other environment variable from <command>locale</command> output. Just
-  seperate them with a space. An example where <envar>LANG</envar> is set as
+  separate them with a space. An example where <envar>LANG</envar> is set as
   en_US.UTF-8 but <envar>LC_CTYPE</envar> is set as just en_US is:</para>
 
 <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen>