aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-06 17:53:39 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-06 17:53:39 +0000
commit01670aadbe681af0f2f957230b660bbee2b72565 (patch)
treee90f1ba0cb23b170dca5a37eeb7d788cf9a8ec6b /chapter08/kernel.xml
parent2ccccf7389e260407b17fcca3997d21f2135662f (diff)
Typos fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index ea7005308..1ba8dfc97 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -69,7 +69,7 @@
<para>Be sure to replace <replaceable>&lt;host_LANG_value&gt;</replaceable>
by the value of the <envar>$LANG</envar> variable from your host.
- If not set, you could use also the host's value of <envar>$LC_ALL</envar>
+ If not set, you could use instead the host's value of <envar>$LC_ALL</envar>
or <envar>$LC_CTYPE</envar>.</para>
</listitem>
</varlistentry>
@@ -163,7 +163,7 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
<filename class="directory">include</filename> directory should
<emphasis>always</emphasis> be the ones against which Glibc was compiled,
that is, the sanitised headers from this Linux kernel tarball.
- Therefore, thay should <emphasis>never</emphasis> be replaced by either
+ Therefore, they should <emphasis>never</emphasis> be replaced by either
the raw kernel headers or any other kernel sanitized headers.</para>
</warning>