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/schematron.c | |
parent | f4f3e4024a1f32bd0bc3fa20239025a1b179e42d (diff) |
Update libxml to 2.9.13
ref:f572491d236694e847142c36f0f5546c649e05d7
Diffstat (limited to 'contrib/libs/libxml/schematron.c')
-rw-r--r-- | contrib/libs/libxml/schematron.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libxml/schematron.c b/contrib/libs/libxml/schematron.c index 258ce4091f0..ddbb069b129 100644 --- a/contrib/libs/libxml/schematron.c +++ b/contrib/libs/libxml/schematron.c @@ -220,7 +220,7 @@ struct _xmlSchematronParserCtxt { /** * xmlSchematronPErrMemory: * @node: a context node - * @extra: extra informations + * @extra: extra information * * Handle an out of memory condition */ @@ -268,7 +268,7 @@ xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, /** * xmlSchematronVTypeErrMemory: * @node: a context node - * @extra: extra informations + * @extra: extra information * * Handle an out of memory condition */ |