Pārlūkot izejas kodu

More spelling fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 7 gadi atpakaļ
vecāks
revīzija
1af5572aaa

+ 1 - 1
chapter01/changelog.xml

@@ -338,7 +338,7 @@
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Update to binutils-2.28. Moved m4 and 
-          bc to before binutils to accomodate the gold linker 
+          bc to before binutils to accommodate the gold linker 
           regression tests. Fixes
           <ulink url="&lfs-ticket-root;4059">#4059</ulink>.</para>
         </listitem>

+ 1 - 1
chapter02/creatingpartition.xml

@@ -124,7 +124,7 @@
     <note><para>The Grub Bios partition must be on the drive that the BIOS 
     uses to boot the system.  This is not necessarily the same drive where the 
     LFS root partition is located. Disks on a system may use different
-    partition table types.  The requirment for this partition depends
+    partition table types.  The requirement for this partition depends
     only on the partition table type of the boot disk.</para></note>
     </sect3>
 

+ 2 - 2
chapter07/systemd-custom.xml

@@ -111,7 +111,7 @@ EOF</userinput></screen>
     <para>Rather than plain shell scripts used in SysVinit or BSD style init
     systems, systemd uses a unified format for different types of startup
     files (or units). The command <command>systemctl</command> is used to
-    enable, disable, controll state, and obtain status of unit files. Here 
+    enable, disable, control state, and obtain status of unit files. Here 
     are some examples of frequently used commands:</para>
 
     <itemizedlist>
@@ -163,7 +163,7 @@ EOF</userinput></screen>
        </listitem>
        <listitem>
          <para><command>journalctl -b[=ID] -r</command>: shows the journal
-         entries since last successfull boot (or for boot ID) in reverse
+         entries since last successful boot (or for boot ID) in reverse
          chronological order.</para>
        </listitem>
        <listitem>