[Expat-checkins] expat README,1.30,1.31

Karl Waclawek kwaclaw at users.sourceforge.net
Sun Jan 1 19:49:31 CET 2006


Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1822

Modified Files:
	README 
Log Message:
Small corrections.

Index: README
===================================================================
RCS file: /cvsroot/expat/expat/README,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- README	28 Dec 2005 18:41:57 -0000	1.30
+++ README	1 Jan 2006 18:49:25 -0000	1.31
@@ -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
 



More information about the Expat-checkins mailing list