diff options
author | NRK <nrk@disroot.org> | 2022-06-21 05:09:14 +0600 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-06-21 11:04:43 +0200 |
commit | 70007b61aaa485c7084badc5d8336ee480b2d138 (patch) | |
tree | cad0010e79fd2e8e8cbd413501ef8a50802c62d2 /README | |
parent | 4b97fc93a6f8ae8cd4e7412884ba13137bc09c45 (diff) |
fix some typis
found via codespell
$ codespell --ignore-regex Nd
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -834,7 +834,7 @@ arguments are specified then the data is read from stdin. if [ "${SFEED_DOWNLOAD_CHILD}" = "1" ]; then # Downloader helper for parallel downloading. # Receives arguments: $1 = URL, $2 = title, $3 = feed filename or "-". - # It should write the URI to the cachefile if it is succesful. + # It should write the URI to the cachefile if it is successful. downloader "$1" "$2" "$3" exit $? fi |