aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sed.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-01-09 15:54:14 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-01-09 15:54:14 +0000
commit152ffe52a9fa7d9f31dfca761c6d9b663ed1db80 (patch)
treed648bd52eb94afb4d807ebce13e8160df424a121 /chapter06/sed.xml
parent6d1c29cb9a25c0685c0c13f677cb02d55ae06f77 (diff)
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r--chapter06/sed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index d1bceef2f..c881c7875 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -40,7 +40,7 @@
<sect2 role="installation">
<title>Installation of Sed</title>
- <para>First fix an issue in the LFS envronment and remove a failing test:</para>
+ <para>First fix an issue in the LFS environment and remove a failing test:</para>
<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man
sed -i 's/panic-tests.sh//' Makefile.in</userinput></screen>