| Index: third_party/libxml/src/schematron.c
|
| diff --git a/third_party/libxml/src/schematron.c b/third_party/libxml/src/schematron.c
|
| index eb4befebfc313fd5121e99a06f679de9c0d160c4..458984ff8c87f3ab9dcc0c5ada81e2b44b4e04a8 100644
|
| --- a/third_party/libxml/src/schematron.c
|
| +++ b/third_party/libxml/src/schematron.c
|
| @@ -133,7 +133,7 @@ struct _xmlSchematron {
|
| int flags; /* specific to this schematron */
|
|
|
| void *_private; /* unused by the library */
|
| - xmlDictPtr dict; /* the dictionnary used internally */
|
| + xmlDictPtr dict; /* the dictionary used internally */
|
|
|
| const xmlChar *title; /* the title if any */
|
|
|
| @@ -186,7 +186,7 @@ struct _xmlSchematronParserCtxt {
|
| const char *buffer;
|
| int size;
|
|
|
| - xmlDictPtr dict; /* dictionnary for interned string names */
|
| + xmlDictPtr dict; /* dictionary for interned string names */
|
|
|
| int nberrors;
|
| int err;
|
|
|