summaryrefslogtreecommitdiff
path: root/docs/examples/htmltidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/htmltidy.c')
-rw-r--r--docs/examples/htmltidy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/htmltidy.c b/docs/examples/htmltidy.c
index d250cb9de..73ac6fb88 100644
--- a/docs/examples/htmltidy.c
+++ b/docs/examples/htmltidy.c
@@ -60,7 +60,7 @@ void dumpNode(TidyDoc doc, TidyNode tnod, int indent)
printf(">\n");
}
else {
- /* if it doesn't have a name, then it's probably text, cdata, etc... */
+ /* if it does not have a name, then it's probably text, cdata, etc... */
TidyBuffer buf;
tidyBufInit(&buf);
tidyNodeGetText(doc, child, &buf);