]> granicus.if.org Git - libexpat/commitdiff
Fix typos
authortbeu <tc@tbeu.de>
Mon, 6 Jun 2016 19:15:30 +0000 (21:15 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 6 Jun 2016 19:40:47 +0000 (21:40 +0200)
expat/README
expat/lib/expat.h

index 9ec8d0c6adefa0d79321c9760a3f52d9e1812ef5..d61e75a29dc1f523aca9d6aaa84a6bd695c34a57 100644 (file)
@@ -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
index 5abcefdfa8bc8aba98bb3943ee0278fb29102043..9ac27cbb2b753fa5aaaf7e8f33e0cea3c352a3de 100644 (file)
@@ -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.