From 70007b61aaa485c7084badc5d8336ee480b2d138 Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 21 Jun 2022 05:09:14 +0600 Subject: fix some typis found via codespell $ codespell --ignore-regex Nd --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3