diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-04-14 15:53:50 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-04-14 15:53:50 +0200 |
commit | decbf7dd4e5e0dd7d60f50a9eb3eabb4c5d14791 (patch) | |
tree | df6a938deab0b54ab2199bfc5a5fb6c7af249bb2 /sfeed_update | |
parent | 1d7d63afb33ab257d91fa5d16419dcb518d597c5 (diff) |
sfeed_update: fix typo in comment
Diffstat (limited to 'sfeed_update')
-rwxr-xr-x | sfeed_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update index c75750a..cdb6f67 100755 --- a/sfeed_update +++ b/sfeed_update @@ -39,7 +39,7 @@ log() { # fetch a feed via HTTP/HTTPS etc. # fetch(name, url, feedfile) fetch() { - # fail on redirects,, hide User-Agent, timeout is 15 seconds, + # fail on redirects, hide User-Agent, timeout is 15 seconds, # -z for If-Modified-Since. curl -L --max-redirs 0 -H "User-Agent:" -f -s -m 15 \ -z "$3" "$2" 2>/dev/null |