summaryrefslogtreecommitdiff
path: root/doc/examples/testWriter.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/testWriter.c')
-rw-r--r--doc/examples/testWriter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/testWriter.c b/doc/examples/testWriter.c
index 82e8d3ab..67be4ab4 100644
--- a/doc/examples/testWriter.c
+++ b/doc/examples/testWriter.c
@@ -89,7 +89,7 @@ testXmlwriterFilename(const char *uri)
return;
}
- /* Start an element named "EXAMPLE". Since thist is the first
+ /* Start an element named "EXAMPLE". Since this is the first
* element, this will be the root element of the document. */
rc = xmlTextWriterStartElement(writer, BAD_CAST "EXAMPLE");
if (rc < 0) {
@@ -368,7 +368,7 @@ testXmlwriterMemory(const char *file)
return;
}
- /* Start an element named "EXAMPLE". Since thist is the first
+ /* Start an element named "EXAMPLE". Since this is the first
* element, this will be the root element of the document. */
rc = xmlTextWriterStartElement(writer, BAD_CAST "EXAMPLE");
if (rc < 0) {
@@ -644,7 +644,7 @@ testXmlwriterDoc(const char *file)
return;
}
- /* Start an element named "EXAMPLE". Since thist is the first
+ /* Start an element named "EXAMPLE". Since this is the first
* element, this will be the root element of the document. */
rc = xmlTextWriterStartElement(writer, BAD_CAST "EXAMPLE");
if (rc < 0) {