소스 검색

are rest->are reset

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

+ 1 - 1
chapter06/chroot.xml

@@ -13,7 +13,7 @@ actually /mnt/lfs but the shell doesn't know that).</para>
 
 <para>The -i option will clear all environment variables for as long as you
 are in the chroot'ed environment and only the ROOT and TERM variables
-are rest. The TERM=$TERM construction will set the $TERM value inside
+are reset. The TERM=$TERM construction will set the $TERM value inside
 chroot to the same value as outside chroot which is needed for programs
 like vim and less to operate properly. If you need other variables
 present, such as CFLAGS or CXXFLAGS, you need to set them again.</para>