diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-24 14:27:26 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-01-24 14:28:55 +0100 |
commit | 650adaf537c2baea0d8ad1d11d16286c798cd640 (patch) | |
tree | ffaa481276db72691a19256adccb25764241beb9 /sfeed_opml_export | |
parent | df74ba274c4ea5d9b7388c33500ba601ed0c991d (diff) |
sfeed_opml_export: fix typos in comment
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-x | sfeed_opml_export | 2 |
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. |