mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-13 01:36:49 +01:00
[codespell]: Fix typos.
This commit is contained in:
parent
eaccc166c1
commit
40bed63b01
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue