浏览代码

fix typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 年之前
父节点
当前提交
f3e227cd4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter05/bash-exp.xml

+ 1 - 1
chapter05/bash-exp.xml

@@ -20,7 +20,7 @@ linked against the curses library instead of the default termcap
 library which is becoming obsolete.</para>
 library which is becoming obsolete.</para>
 
 
 <para>It is not strictly necessary for the static bash to be linked
 <para>It is not strictly necessary for the static bash to be linked
-against libncurses (it can link against a static termap for the time
+against libncurses (it can link against a static termcap for the time
 being just fine because we will reinstall Bash in chapter 6 anyways,
 being just fine because we will reinstall Bash in chapter 6 anyways,
 where we will use libncurses), but it's a good test to make sure that
 where we will use libncurses), but it's a good test to make sure that
 the ncurses package has been installed properly. If not, you will get in
 the ncurses package has been installed properly. If not, you will get in