diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-08 21:57:24 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-08 21:57:24 +0000 |
commit | f3e227cd4dd85879c18955873ec019bb6c9f3510 (patch) | |
tree | 186a525f20544827e0cd16523bc21312e976a4cf | |
parent | 51c0c60367a904ef697910020a7180764d2694b0 (diff) |
fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1339 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/bash-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml index 689ab7ed7..e749d369e 100644 --- a/chapter05/bash-exp.xml +++ b/chapter05/bash-exp.xml @@ -20,7 +20,7 @@ linked against the curses library instead of the default termcap library which is becoming obsolete.</para> <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, 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 |