diff options
Diffstat (limited to 'chapter02')
-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 |