summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2006-01-01 18:49:25 +0000
committerkwaclaw <kwaclaw>2006-01-01 18:49:25 +0000
commitf23e504bb9532409d962acf4ada9f9cfb6b328f2 (patch)
tree0d0e9f9c5be2b05ab015a5cabbbfa0652ea62c7c /README
parente4f081f2b2a97b520c408a0e8c2cdbea52d5e7d0 (diff)
downloadlibexpat-f23e504bb9532409d962acf4ada9f9cfb6b328f2.tar.gz
Small corrections.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 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