[codespell]: Fix typos.

This commit is contained in:
Martin Dosch 2022-08-21 12:07:30 +02:00
parent eaccc166c1
commit 40bed63b01
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,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

View file

@ -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 {