diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 23:27:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 23:27:56 +0000 |
commit | ea011f471ca14b6e5fb35e03a2f41ecaf30925e8 (patch) | |
tree | 92c1d94858102b483c6a41d2378c66c016a20508 /chapter06 | |
parent | c528e3a4d3b36e31f09017a03b08be446bba95a8 (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/inetutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 59e5862dd..920abe64b 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -125,7 +125,7 @@ make -C doc html make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen> --> <para>Move some programs so they are available if <filename - class='directory'>/usr</filename> is not accessable:</para> + class='directory'>/usr</filename> is not accessible:</para> <screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen> |