aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-04-17 12:24:53 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-04-17 12:24:53 +0000
commit1f3baafa4035fb04810f238cfa075cf8c4417748 (patch)
treed22eabdb01bf80b155cb5f0350a628cee727aa5b
parentdd4620a6258ad6eeb16bf44fd0e81d14d74a08be (diff)
minor typo fix (is is -> it is)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/bash-exp.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml
index e749d369e..3dd99144a 100644
--- a/chapter05/bash-exp.xml
+++ b/chapter05/bash-exp.xml
@@ -37,10 +37,9 @@ possible) as the original Bourne shell.</para>
<para>The <userinput>&amp;&amp;</userinput>'s at the end of every line cause
the next command to be executed only if the previous command exists
with a return value of 0 indicating success. In case all of these
-commands are copy&amp;pasted
-on the shell, is is important to be ensured that if
-./configure fails, make isn't being executed and, likewise, if make fails,
-that make install isn't being executed, and so forth.</para>
+commands are copy&amp;pasted on the shell, it is important to be ensured
+that if ./configure fails, make isn't being executed and, likewise, if make
+fails, that make install isn't being executed, and so forth.</para>
</sect2>