Skip to content

Commit 0b051de

Browse files
committed
Fixed minor typos
1 parent 0f6a53b commit 0b051de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fetcher/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Fetcher interface {
2020
Fetch(string) (time.Duration, *http.Response, error)
2121
}
2222

23-
// LLinkFetcher is an interface exposing a methdo to download raw contents and
23+
// LinkFetcher is an interface exposing a methdo to download raw contents and
2424
// parse them extracting all outgoing links.
2525
type LinkFetcher interface {
2626
// FetchLinks makes an HTTP GET request to an URL, parse the HTML in the

messaging/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type ProducerConsumer interface {
2222
Consumer
2323
}
2424

25-
// ProdProducerConsumerCloser defines the behavior of a simple mssage queue
25+
// ProducerConsumerCloser defines the behavior of a simple mssage queue
2626
// that requires some kidn of external connection to be managed
2727
type ProducerConsumerCloser interface {
2828
ProducerConsumer

0 commit comments

Comments
 (0)