summaryrefslogtreecommitdiff
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
parent4d6e19edcf9c031ef8195148d86bf499e3c285da (diff)
fix typo in man page
-rw-r--r--sfeed_xmlenc.12
-rw-r--r--xml.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index bd92480..9e66c74 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -7,7 +7,7 @@ sfeed_xmlenc \- get text\-encoding from XML
It reads XML data from stdin and writes the found text\-encoding to stdout.
.SH EXAMPLES
.TP
-Get text\-encoding from from xkcd Atom feed:
+Get text\-encoding from xkcd Atom feed:
.nf
wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc
.SH SEE ALSO
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);