From e3fac0f4ff2d75c937b56a2126e380a917a89c7e Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sun, 21 Aug 2022 12:07:30 +0200 Subject: [PATCH] [codespell]: Fix typos. --- README.md | 2 +- removeTracking.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33c9a3b..736abb2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If the flag `-config` is not used the configuration is expected at `MaxArticles` is the maximum number of articles that are sent per feed and query. If `NoExcerpt` is set to *true* no excerpt will be -posted. `RefreshTime` defines the intervall for checking the feeds +posted. `RefreshTime` defines the interval for checking the feeds in seconds. With `Filter` you can specify strings for filtering out lines diff --git a/removeTracking.go b/removeTracking.go index ea1f8a8..220b28e 100644 --- a/removeTracking.go +++ b/removeTracking.go @@ -11,7 +11,7 @@ import ( // Remove tracking parameter from URLs func removeTracking(input string) (output string, err error) { - // Perfom a get request to get rid of 301 forwarding through + // Perform a get request to get rid of 301 forwarding through // services like feedproxy.google.com. resp, err := http.Get(input) if err != nil {