summaryrefslogtreecommitdiff
path: root/xml.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-11-11 19:12:24 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-11-11 19:12:24 +0100
commitc97b8246313046197158e5ff368b74ada1269960 (patch)
treefb467150a4a51154b9358602784f0a35da3069d4 /xml.c
parent4d6e19edcf9c031ef8195148d86bf499e3c285da (diff)
fix typo in man page
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.c b/xml.c
index e402f8f..1c74492 100644
--- a/xml.c
+++ b/xml.c
@@ -274,7 +274,7 @@ xmlparser_parse(XMLParser *x) {
}
}
} else {
- /* parse data */
+ /* parse tag data */
datalen = 0;
if(x->xmldatastart)
x->xmldatastart(x);