소스 검색

Typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 년 전
부모
커밋
947141c851
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      chapter06/texinfo.xml
  2. 2 2
      udev-lfs/init-net-rules.sh

+ 1 - 1
chapter06/texinfo.xml

@@ -51,7 +51,7 @@
       <varlistentry>
         <term><parameter>--disable-static</parameter></term>
         <listitem>
-          <para>iIn this case, the top-level configure script will complain that
+          <para>In this case, the top-level configure script will complain that
           this is an unrecognized option, but the configure script for
           XSParagraph recognizes it and uses it to disable installing a static
           <filename class="libraryfile">XSParagraph.a</filename> to <filename

+ 2 - 2
udev-lfs/init-net-rules.sh

@@ -80,12 +80,12 @@ function comment
 }
 
 if ! mountpoint -q /sys; then
-  msg="/sys mut be mounted"
+  msg="/sys must be mounted"
   usage
 fi
 
 if ! mountpoint -q /proc; then
-  msg="/proc mut be mounted"
+  msg="/proc must be mounted"
   usage
 fi