aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-03-20 20:16:26 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-03-20 20:16:26 +0000
commit3b5a16f75c102b423408640b5884ea22954e4650 (patch)
tree7e5854cf85121080ace9bdead0dfc0d413a5c503 /chapter05
parent44c1417a046a46b1041bb7c50300c7da361278a7 (diff)
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index f3c519a5c..ce120113a 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -43,7 +43,7 @@
<sect2 role="installation">
<title>Installation of Tar</title>
- <para>First fix a bug that was insterted into the latest code relese:</para>
+ <para>First fix a bug that was inserted into the latest code release:</para>
<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen>