summaryrefslogtreecommitdiff
path: root/xpath.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 /xpath.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 'xpath.c')
-rw-r--r--xpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpath.c b/xpath.c
index 512bbf4e..5620861a 100644
--- a/xpath.c
+++ b/xpath.c
@@ -945,7 +945,7 @@ struct _xmlXPathCompExpr {
xmlXPathStepOp *steps; /* ops for computation of this expression */
int last; /* index of last step in expression */
xmlChar *expr; /* the expression being computed */
- xmlDictPtr dict; /* the dictionnary to use if any */
+ xmlDictPtr dict; /* the dictionary to use if any */
#ifdef DEBUG_EVAL_COUNTS
int nb;
xmlChar *string;