aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/bison-desc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-08 02:35:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-08 02:35:02 +0000
commita9cb6f085c5befcf0de92ba5bbf361c6e89ec0ca (patch)
tree171a5bdd4d49f345f8f6e53461369e446060f89a /appendixa/bison-desc.xml
parentf044f4c52129b91de0b582474f593e60515d5128 (diff)
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bison-desc.xml')
-rw-r--r--appendixa/bison-desc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml
index 0b2d3e302..5350da410 100644
--- a/appendixa/bison-desc.xml
+++ b/appendixa/bison-desc.xml
@@ -12,15 +12,15 @@ The Bison package contains the bison program.
<para>
Bison is a parser generator, a replacement for YACC. YACC stands for Yet
Another Compiler Compiler. What is Bison then? It is a program that
-generates a program that analyses the structure of a textfile. Instead
+generates a program that analyzes the structure of a text file. Instead
of
writing the actual program a user specifies how things should be connected
and with
-those rules a program is constructed that analyses the textfile.
+those rules a program is constructed that analyzes the text file.
</para>
<para>
-There are alot of examples where structure is needed and one of them is
+There are a lot of examples where structure is needed and one of them is
the
calculator.
</para>
@@ -36,7 +36,7 @@ Given the string :
<para>
A human can easily come to the result 7. Why? Because of the structure.
Our brain knows
-how to interpretet the string. The computer doesn't know that and Bison
+how to interpret the string. The computer doesn't know that and Bison
is a
tool to help it understand by presenting the string in the following way
to the compiler: