summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorExpat Upstream <kwrobot@kitware.com>2017-06-17 16:07:38 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-19 19:25:46 (GMT)
commit4b8a8c226fd7fe19d9445664c4cb9ff084b44281 (patch)
treeb3983b598f25096770402cf96fe08ef13c30fb80 /README
parenteb83112347e16ac2c54690ae363935df9068ff78 (diff)
downloadCMake-4b8a8c226fd7fe19d9445664c4cb9ff084b44281.zip
CMake-4b8a8c226fd7fe19d9445664c4cb9ff084b44281.tar.gz
CMake-4b8a8c226fd7fe19d9445664c4cb9ff084b44281.tar.bz2
expat 2017-06-17 (c4446687)
Code extracted from: https://github.com/libexpat/libexpat.git at commit c4446687cfc6c5fd7f6371aeaf24c69402a3589e (R_2_2_1).
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9ec8d0c..cd11a22 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- Expat, Release 2.1.1
+ Expat, Release 2.2.1
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
@@ -114,7 +114,7 @@ Note for Solaris users: The "ar" command is usually located in
"/usr/ccs/bin", which is not in the default PATH. You will need to
add this to your path for the "make" command, and probably also switch
to GNU make (the "make" found in /usr/ccs/bin does not seem to work
-properly -- appearantly it does not understand .PHONY directives). If
+properly -- apparently it does not understand .PHONY directives). If
you're using ksh or bash, use this command to build:
PATH=/usr/ccs/bin:$PATH make