summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-08-15 19:10:51 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-08-15 19:14:16 +0200
commit21a263cb27aeaf02b4a0a0319f435fac92f1ea28 (patch)
tree1f4f6b2a849a5de6897bfe9dfecc3d5fedde998d /sfeed_opml_import.c
parentea04ae0101ae0607295ebea0a23364d31d1d37aa (diff)
improve wording and small typos
Diffstat (limited to 'sfeed_opml_import.c')
-rw-r--r--sfeed_opml_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c
index 9922133..ce33aac 100644
--- a/sfeed_opml_import.c
+++ b/sfeed_opml_import.c
@@ -96,7 +96,7 @@ main(void)
"# list of feeds to fetch:\n"
"feeds() {\n"
" # feed <name> <feedurl> [basesiteurl] [encoding]\n", stdout);
- /* NOTE: getnext is defined in xml.h for inline optimization */
+ /* NOTE: GETNEXT is defined in xml.h for inline optimization */
xml_parse(&parser);
fputs("}\n", stdout);