aboutsummaryrefslogtreecommitdiffstats
path: root/python/libxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/libxml.c')
-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)) {