Browse Source

Typo in the typo fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10462 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 years ago
parent
commit
07d10dce77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/glibc.xml

+ 1 - 1
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>