aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
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 &&
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;