diff options
author | setser <[email protected]> | 2022-05-09 00:13:37 +0300 |
---|---|---|
committer | setser <[email protected]> | 2022-05-09 00:13:37 +0300 |
commit | e87e3fc8d0e04eb7ba3eee221bb91613b527ad85 (patch) | |
tree | 5279c128bdbdf902b9a08d9fae8e55b91910a553 /contrib/libs/libxml/globals.c | |
parent | f4f3e4024a1f32bd0bc3fa20239025a1b179e42d (diff) |
Update libxml to 2.9.13
ref:f572491d236694e847142c36f0f5546c649e05d7
Diffstat (limited to 'contrib/libs/libxml/globals.c')
-rw-r--r-- | contrib/libs/libxml/globals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/libxml/globals.c b/contrib/libs/libxml/globals.c index 7bf985f487a..0c0bdb44a83 100644 --- a/contrib/libs/libxml/globals.c +++ b/contrib/libs/libxml/globals.c @@ -215,7 +215,7 @@ int oldXMLWDcompatibility = 0; /* DEPRECATED */ /** * xmlParserDebugEntities: * - * Global setting, asking the parser to print out debugging informations. + * Global setting, asking the parser to print out debugging information. * while handling entities. * Disabled by default */ |