diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-25 21:38:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-25 21:38:38 +0000 |
commit | 7c4d11a23a9c3614bd5b6a6051119a7b24b9ff6a (patch) | |
tree | b550a116fb7514b939a5343001f721ebb841886c /chapter02 | |
parent | 82f4f90a36e24e61661e1c266dc1efba6546d009 (diff) |
Revise version-check.sh to flag bad /bin/sh symlinks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/mounting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index e1db1fe63..c6f749e66 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -14,7 +14,7 @@ be made accessible. In order to do this, the partition needs to be mounted at a chosen mount point. For the purposes of this book, it is assumed that the file system is mounted under the directory specified by the - <envar>LFS</envar> environment varibale as described in the previous section. + <envar>LFS</envar> environment variable as described in the previous section. </para> <para>Create the mount point and mount the LFS file system by running:</para> |