소스 검색

typo fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
5dff45e4a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter05/fileutils-inst.xml

+ 1 - 1
chapter05/fileutils-inst.xml

@@ -11,7 +11,7 @@ package.</para>
 <para>Note that in some cases using these sed commands will result in
 problems not being able to compile this at package at all. If that's the
 case, you'll need to remove the fileutils-&fileutils-version; directory
-and unpack it again from the tarball before continueing.
+and unpack it again from the tarball before continuing.
 
 <screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
 <userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>