summaryrefslogtreecommitdiff
path: root/doc/examples/parse4.c
diff options
context:
space:
mode:
authorJared Yanovich <jaredyanovich@gmail.com>2019-09-30 17:04:54 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2019-09-30 18:04:38 +0200
commit2a350ee9b47ad4cf251f94444073785619c31c77 (patch)
tree1aebebbfcfc6ecfc3912261df274b820998b9fba /doc/examples/parse4.c
parent80b110a95da9deac24029b010ecc4f71cee226e9 (diff)
downloadlibxml2-2a350ee9b47ad4cf251f94444073785619c31c77.tar.gz
Large batch of typo fixes
Closes #109.
Diffstat (limited to 'doc/examples/parse4.c')
-rw-r--r--doc/examples/parse4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/parse4.c b/doc/examples/parse4.c
index 3e280560..c7095e56 100644
--- a/doc/examples/parse4.c
+++ b/doc/examples/parse4.c
@@ -3,7 +3,7 @@
* synopsis: Parse an XML document chunk by chunk to a tree and free it
* purpose: Demonstrate the use of xmlCreatePushParserCtxt() and
* xmlParseChunk() to read an XML file progressively
- * into a tree and and xmlFreeDoc() to free the resulting tree
+ * into a tree and xmlFreeDoc() to free the resulting tree
* usage: parse4 test3.xml
* test: parse4 test3.xml
* author: Daniel Veillard