diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-14 15:30:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-14 15:30:47 +0000 |
commit | 540dde151e056c25550febe848d406128d9bb9d6 (patch) | |
tree | b4177c92f780182e99ca8373232b7c3e4efca976 /chapter06/make.xml | |
parent | b30de8f95ef665c68ec93a1797c513eea4220ec9 (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index e52fff2cf..bf57ce74c 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -52,7 +52,7 @@ <screen><userinput remap="make">make</userinput></screen> <para>The test suite needs to know where supporting perl files are located. - We use an envronment variable to accomplish this. To test the + We use an environment variable to accomplish this. To test the results, issue:</para> <screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen> |