summaryrefslogtreecommitdiff
path: root/python
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 /python
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 'python')
-rw-r--r--python/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libxml.c b/python/libxml.c
index 30b71f36..5b1ff6e8 100644
--- a/python/libxml.c
+++ b/python/libxml.c
@@ -906,7 +906,7 @@ pythonStartElement(void *user_data, const xmlChar * name,
type = 2;
if (type != 0) {
/*
- * the xmllib interface always generate a dictionnary,
+ * the xmllib interface always generates a dictionary,
* possibly empty
*/
if ((attrs == NULL) && (type == 1)) {