summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-01-24 14:27:26 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-01-24 14:28:55 +0100
commit650adaf537c2baea0d8ad1d11d16286c798cd640 (patch)
treeffaa481276db72691a19256adccb25764241beb9 /sfeed_opml_export
parentdf74ba274c4ea5d9b7388c33500ba601ed0c991d (diff)
sfeed_opml_export: fix typos in comment
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-xsfeed_opml_export2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export
index 908f6fb..d15cbba 100755
--- a/sfeed_opml_export
+++ b/sfeed_opml_export
@@ -22,7 +22,7 @@ loadconfig() {
fi
}
-# override feeds function to ouput opml XML.
+# override feed function to output OPML XML.
# feed(name, feedurl, [basesiteurl], [encoding])
feed() {
# NOTE: TABs in field values are unsupported, be sane.