diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-04 19:26:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-04 19:26:51 +0000 |
commit | bfd117be04e8fa2014e6f3506df92365ff96af0e (patch) | |
tree | 63c59381adf1f920273b2d3add924268702c49f5 | |
parent | 7380c3aaa8bb1f4ed2960ff01a9ab89f725a3605 (diff) |
Spelling
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter02/mounting.xml | 2 | ||||
-rw-r--r-- | chapter05/util-linux.xml | 2 | ||||
-rw-r--r-- | chapter06/libtool.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 19ffa8f26..cc9822492 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -453,7 +453,7 @@ <para>2015-03-31</para> <itemizedlist> <listitem> - <para>[bdubbs] - Adjust discussion of LFS envronment variable to be + <para>[bdubbs] - Adjust discussion of LFS environment variable to be before first use.</para> </listitem> <listitem> diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 873896384..e1db1fe63 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> envronment varibale as described in the previous section. + <envar>LFS</envar> environment varibale as described in the previous section. </para> <para>Create the mount point and mount the LFS file system by running:</para> diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 007b44e7d..a99d936ef 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -83,7 +83,7 @@ <varlistentry> <term><envar>PKG_CONFIG=""</envar></term> <listitem> - <para>Setting this envronment variable prevents adding unneeded + <para>Setting this environment variable prevents adding unneeded features that may be available on the host. Note that the location shown for setting this environment variable is different from other LFS sections where variables are set preceding the command. This diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 5ad81b563..8a2dc7122 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -54,7 +54,7 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>Five tests are known to fail in the LFS build envronment due + <para>Five tests are known to fail in the LFS build environment due to a circular dependency, but all tests pass if rechecked after automake is installed.</para> |