diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-07 20:57:18 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-07 20:57:18 +0000 |
commit | 2f59cf70c3d328901e4eb870417c32e575cccaac (patch) | |
tree | a8765e9ce09754651c02da75e445c512f92c78c4 | |
parent | acb28010695ad3a1beeb6047b3ad2c634e31879b (diff) |
typo fixed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1201 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter02/askforhelp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/askforhelp.xml b/chapter02/askforhelp.xml index 608da1b5c..31f1309db 100644 --- a/chapter02/askforhelp.xml +++ b/chapter02/askforhelp.xml @@ -61,7 +61,7 @@ make: *** [all-recursive-am] Error 2</screen> <para>In this case, many people just include the bottom section where it says <screen>make [2]: *** [make] Error 1</screen> and onwards. This -isn't enough for us to diagnose the problem becuase it only tells us +isn't enough for us to diagnose the problem because it only tells us that <emphasis>something</emphasis> went wrong, not <emphasis>what</emphasis> went wrong. The whole section as quoted above is what should be included to be helpful, because it |