summaryrefslogtreecommitdiff
path: root/doc/examples/reader1.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/reader1.c')
-rw-r--r--doc/examples/reader1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/reader1.c b/doc/examples/reader1.c
index e8a005a4..76516096 100644
--- a/doc/examples/reader1.c
+++ b/doc/examples/reader1.c
@@ -2,7 +2,7 @@
* section: xmlReader
* synopsis: Parse an XML file with an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
- * and dump the informations about the nodes found in the process.
+ * and dump the information about the nodes found in the process.
* (Note that the XMLReader functions require libxml2 version later
* than 2.6.)
* usage: reader1 <filename>