Small corrections.
diff --git a/expat/README b/expat/README
index fef76b4..585bcc1 100644
--- a/expat/README
+++ b/expat/README
@@ -1,5 +1,5 @@
 
-                        Expat, Release 2.0
+                        Expat, Release 2.0.0
 
 This is Expat, a C library for parsing XML, written by James Clark.
 Expat is a stream-oriented XML parser.  This means that you register
@@ -9,7 +9,7 @@
 structures for which you may register handlers.
 
 Windows users should use the expat_win32bin package, which includes
-both precompiled libraries and executalbes, and source code for
+both precompiled libraries and executables, and source code for
 developers.
 
 Expat is free software.  You may copy, distribute, and modify it under
@@ -50,7 +50,7 @@
         ./configure --prefix=/home/me/mystuff
         
 Another interesting option is to enable 64-bit integer support for
-line- and column numbers and the over-all byte index:
+line and column numbers and the over-all byte index:
 
         ./configure CPPFLAGS=-DXML_LARGE_SIZE
 
diff --git a/expat/tests/benchmark/README.txt b/expat/tests/benchmark/README.txt
index 4ca269c..86414d5 100644
--- a/expat/tests/benchmark/README.txt
+++ b/expat/tests/benchmark/README.txt
@@ -4,7 +4,7 @@
 
 The command line arguments are:
 
-  -n             ... optional; if supplied, then namespace processing is turned on
+  -n             ... optional; if supplied, namespace processing is turned on
   <file name>    ... name/path of test xml file
   <buffer size>  ... size of processing buffer;
                      the file is parsed in chunks of this size
@@ -13,4 +13,4 @@
 Returns:
 
   The time (in seconds) it takes to parse the test file,
-  averaged of the number of iterations.@
+  averaged over the number of iterations.@