diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-08 23:28:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-08 23:28:08 +0000 |
commit | 07d10dce77a13c61e112692867f2c618d88ba4d5 (patch) | |
tree | ddb12ad6a54078c28430923c7070b4aaba619533 | |
parent | 9a2b0c69d8b7aa5cb435f6ac51fb3d1a481646cd (diff) |
Typo in the typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10462 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index b1e96a6c0..fe368683a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -54,7 +54,7 @@ Unicode, therefore libiconv is not required on an LFS system.</para> </note> - <para>First fix a minor problem when installing the tzselect scriptr:</para> + <para>First fix a minor problem when installing the tzselect script:</para> <screen><userinput remap="pre">sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen> |