Browse Source

Fixed a couple of typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 17 years ago
parent
commit
974b9e8be2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      chapter05/e2fsprogs.xml
  2. 1 1
      chapter05/util-linux-ng.xml

+ 1 - 1
chapter05/e2fsprogs.xml

@@ -56,7 +56,7 @@ cd build</userinput></screen>
 
 <screen><userinput remap="make">make</userinput></screen>
 
-    <para>Install the static libraries and headers required by Udev:</para>
+    <para>Install the static libraries and headers required by Util-linux-ng:</para>
 
 <screen><userinput remap="install">make install-libs</userinput></screen>
 

+ 1 - 1
chapter05/util-linux-ng.xml

@@ -43,7 +43,7 @@
   <sect2 role="installation">
     <title>Installation of Util-linux-ng</title>
 
-    <para>Prepare Util-linux for compilation:</para>
+    <para>Prepare Util-linux-ng for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>