diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-02-19 11:50:00 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-02-19 11:50:00 +0000 |
commit | 9d9014dbbdf15745def441ed8842a553b156f484 (patch) | |
tree | dd0db10698da3e2f84269967a136b1096f62a230 | |
parent | 77525744345d070d4f2d60d0333eeb9e4d6b0403 (diff) |
misspellings
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/util-linux.xml | 2 | ||||
-rw-r--r-- | chapter06/acl.xml | 2 | ||||
-rw-r--r-- | chapter07/locale.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e0aa771c8..15932aadc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -90,7 +90,7 @@ </para> </listitem> <listitem> - <para>[bdubbs] - Update automake tests to accomodate util-linux + <para>[bdubbs] - Update automake tests to accommodate util-linux in /tools and to speed the test up. </para> </listitem> @@ -227,7 +227,7 @@ <listitem> <para>[bdubbs] - Add an environment variable to util-linux in Chapter 5 to prevent an installation error for - hosts that have unneeded capabilities availible.</para> + hosts that have unneeded capabilities available.</para> </listitem> </itemizedlist> </listitem> @@ -336,7 +336,7 @@ <itemizedlist> <listitem> <para>[bdubbs] - Update to inetutils-1.9.2 and remove - referece to old BLFS page. Fixes + reference to old BLFS page. Fixes <ulink url="&lfs-ticket-root;3471">#3471</ulink> and <ulink url="&lfs-ticket-root;3473">#3473</ulink>.</para> </listitem> diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 909fa6679..07b8282e6 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -75,7 +75,7 @@ <para>Setting this envronment 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 preceeding the command. This + LFS sections where variables are set preceding the command. This location is shown to demonstrate an alternative way of setting an environment variable when using configure.</para> </listitem> diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 77645682c..ffe71b2e5 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -61,7 +61,7 @@ <para>The Acl tests need to be run on a filesystem that supports access controls. Coreutils needs to be compiled with ACL support in order for - the testsuite to complete sucessfully. To test the results, issue:</para> + the testsuite to complete successfully. To test the results, issue:</para> <screen><userinput remap="test">make tests</userinput></screen> diff --git a/chapter07/locale.xml b/chapter07/locale.xml index ccdb92dff..90a54c2d5 100644 --- a/chapter07/locale.xml +++ b/chapter07/locale.xml @@ -127,7 +127,7 @@ EOF</userinput></screen> <para>You can also specify other language specific environment variables such as <envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_NUMERIC</envar> or any other environment variable from <command>locale</command> output. Just - seperate them with a space. An example where <envar>LANG</envar> is set as + separate them with a space. An example where <envar>LANG</envar> is set as en_US.UTF-8 but <envar>LC_CTYPE</envar> is set as just en_US is:</para> <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen> |