mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-22 14:08:39 +01:00
[codespell]: Fix typos.
This commit is contained in:
parent
1540f04ef5
commit
e3fac0f4ff
2 changed files with 2 additions and 2 deletions
|
@ -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
|
`MaxArticles` is the maximum number of articles that are sent per
|
||||||
feed and query. If `NoExcerpt` is set to *true* no excerpt will be
|
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.
|
in seconds.
|
||||||
|
|
||||||
With `Filter` you can specify strings for filtering out lines
|
With `Filter` you can specify strings for filtering out lines
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
// Remove tracking parameter from URLs
|
// Remove tracking parameter from URLs
|
||||||
func removeTracking(input string) (output string, err error) {
|
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.
|
// services like feedproxy.google.com.
|
||||||
resp, err := http.Get(input)
|
resp, err := http.Get(input)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue