summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--tests/benchmark/README.txt4
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index fef76b4..585bcc1 100644
--- a/README
+++ b/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 @@ document being parsed. A start tag is an example of the kind of
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 @@ into /home/me/mystuff/lib, /home/me/mystuff/include, and
./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/tests/benchmark/README.txt b/tests/benchmark/README.txt
index 80a3ea3..7f9cca0 100644
--- a/tests/benchmark/README.txt
+++ b/tests/benchmark/README.txt
@@ -4,7 +4,7 @@ Use this benchmark command line utility as follows:
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 @@ The command line arguments are:
Returns:
The time (in seconds) it takes to parse the test file,
- averaged of the number of iterations. \ No newline at end of file
+ averaged over the number of iterations. \ No newline at end of file