From: Sebastian Pipping Date: Thu, 1 Feb 2018 20:19:44 +0000 (+0100) Subject: expat.h: Fix comment typo (#187) X-Git-Tag: R_2_2_6~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41fe2b887e972605e91950cb5c48312a8c2e0ebb;p=libexpat expat.h: Fix comment typo (#187) --- diff --git a/expat/Changes b/expat/Changes index bebdfdff..22240024 100644 --- a/expat/Changes +++ b/expat/Changes @@ -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 diff --git a/expat/lib/expat.h b/expat/lib/expat.h index 1f608c02..578efac4 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -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