From: tbeu Date: Mon, 6 Jun 2016 19:15:30 +0000 (+0200) Subject: Fix typos X-Git-Tag: R_2_2_0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1b1cf953fbc239b859e49a9e8c000614c9a9b1d;p=libexpat Fix typos --- diff --git a/expat/README b/expat/README index 9ec8d0c6..d61e75a2 100644 --- a/expat/README +++ b/expat/README @@ -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 diff --git a/expat/lib/expat.h b/expat/lib/expat.h index 5abcefdf..9ac27cbb 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -342,7 +342,7 @@ XML_SetEntityDeclHandler(XML_Parser parser, XML_EntityDeclHandler handler); /* OBSOLETE -- OBSOLETE -- OBSOLETE - This handler has been superceded by the EntityDeclHandler above. + This handler has been superseded by the EntityDeclHandler above. It is provided here for backward compatibility. This is called for a declaration of an unparsed (NDATA) entity.