[#1910] .golangci.yml: Add misspell
linker
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
9e46799cd4
commit
1cb892c579
7 changed files with 7 additions and 6 deletions
|
@ -78,7 +78,7 @@ func (n *notificationSource) processAddress(
|
|||
|
||||
ni, err := res.Header().NotificationInfo()
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not retreive notification topic from object: %w", err)
|
||||
return fmt.Errorf("could not retrieve notification topic from object: %w", err)
|
||||
}
|
||||
|
||||
topic := ni.Topic()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue