aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-01-07 11:31:33 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-01-07 11:31:33 +0000
commitef448f2db714629b965d023a86564ccb8379046a (patch)
tree0ccebb6a2de5000e190087abeac3f59ec7fd8b3f /chapter06/ncurses.xml
parentabf1f62e1ac21c4d0af23782080cd45849ee8068 (diff)
Applied Alexander's fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 2df394b7a..9e094c868 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -112,7 +112,7 @@ done &amp;&amp;
ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen>
<para>Finally, make sure that old applications that look for
-<filename class="libaryfile">-lcurses</filename> at build time are still
+<filename class="libraryfile">-lcurses</filename> at build time are still
buildable:</para>
<screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so &amp;&amp;