summaryrefslogtreecommitdiff
path: root/xmlschemas.c
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2016-04-13 16:56:07 +0200
committerDaniel Veillard <veillard@redhat.com>2016-04-15 22:22:48 +0800
commitbb654feb9a64db7fd8b5fefdbb79792883dc7795 (patch)
tree7c731e2704e69d0e619106fc68c2f7636db0e25f /xmlschemas.c
parent9811ce7864a5362492ed0e14a8a6df776d5b8413 (diff)
downloadlibxml2-bb654feb9a64db7fd8b5fefdbb79792883dc7795.tar.gz
Fix typos: dictio{ nn -> n }ar{y,ies}
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'xmlschemas.c')
-rw-r--r--xmlschemas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlschemas.c b/xmlschemas.c
index fe533e6f..ed600802 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -617,7 +617,7 @@ struct _xmlSchemaParserCtxt {
xmlAutomataStatePtr end;
xmlAutomataStatePtr state;
- xmlDictPtr dict; /* dictionnary for interned string names */
+ xmlDictPtr dict; /* dictionary for interned string names */
xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */
int options;
xmlSchemaValidCtxtPtr vctxt;