summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2022-06-21 05:09:14 +0600
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-06-21 11:04:43 +0200
commit70007b61aaa485c7084badc5d8336ee480b2d138 (patch)
treecad0010e79fd2e8e8cbd413501ef8a50802c62d2 /README
parent4b97fc93a6f8ae8cd4e7412884ba13137bc09c45 (diff)
fix some typis
found via codespell $ codespell --ignore-regex Nd
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 06f2c02..b994c55 100644
--- a/README
+++ b/README
@@ -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