From 41fe2b887e972605e91950cb5c48312a8c2e0ebb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 1 Feb 2018 21:19:44 +0100 Subject: [PATCH] expat.h: Fix comment typo (#187) --- expat/Changes | 2 ++ expat/lib/expat.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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