]> granicus.if.org Git - libexpat/commitdiff
expat.h: Fix comment typo (#187)
authorSebastian Pipping <sebastian@pipping.org>
Thu, 1 Feb 2018 20:19:44 +0000 (21:19 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 1 Feb 2018 20:19:44 +0000 (21:19 +0100)
expat/Changes
expat/lib/expat.h

index bebdfdffa4a293e0a959dd060d52ff603c4a037d..22240024acf599579703d01f61448814a5d43644 100644 (file)
@@ -20,6 +20,7 @@ Release 2.2.? ???????????????????
                     install directories
             #180  Windows: Fix compilation of test suite for Visual Studio 2008
        #131 #173  Address compiler warnings
+            #187  Fix comment typo in expat.h
 
         Special thanks to:
             Brad King
@@ -27,6 +28,7 @@ Release 2.2.? ???????????????????
             Joe Orton
             Pedro Vicente
             Rainer Jung
+            Rolf Ade
             Rolf Eike Beer
             Tomasz Kłoczko
 
index 1f608c02d6fdbf40c1b90c9b695f7da2ce0f3406..578efac43228946f4a155a045d79f12c1b3f9ea1 100644 (file)
@@ -264,7 +264,7 @@ XML_ParserCreate_MM(const XML_Char *encoding,
                     const XML_Char *namespaceSeparator);
 
 /* Prepare a parser object to be re-used.  This is particularly
-   valuable when memory allocation overhead is disproportionatly high,
+   valuable when memory allocation overhead is disproportionately high,
    such as when a large number of small documnents need to be parsed.
    All handlers are cleared from the parser, except for the
    unknownEncodingHandler. The parser's external state is re-initialized