aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-03 03:48:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-11-03 03:48:42 +0000
commitedbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (patch)
treefa9e11a0bc99486e35a11009650ad50352222112 /chapter06/bc.xml
parent7bbd1bdc8a816089c3d217eb805470858e130a5e (diff)
Spelling and other typos -- from Craig Garner
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bc.xml')
-rw-r--r--chapter06/bc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index 17be4bfcf..7f9373e52 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -73,7 +73,7 @@
<para>To test bc, run the commands below. There is quite a bit of output,
so you may want to redirect it to a file. There are a very small percentage
- of tests (10 of 12,144) that will indicate a roundoff error at the last
+ of tests (10 of 12,144) that will indicate a round off error at the last
digit.</para>
<screen><userinput remap="test">echo "quit" | ./bc/bc -l Test/checklib.b</userinput></screen>