commit c97b8246313046197158e5ff368b74ada1269960
parent 4d6e19edcf9c031ef8195148d86bf499e3c285da
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 11 Nov 2014 19:12:24 +0100
fix typo in man page
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -274,7 +274,7 @@ xmlparser_parse(XMLParser *x) {
}
}
} else {
- /* parse data */
+ /* parse tag data */
datalen = 0;
if(x->xmldatastart)
x->xmldatastart(x);