[#1910] .golangci.yml: Add misspell linker

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-10-17 15:33:41 +03:00 committed by fyrchik
parent 9e46799cd4
commit 1cb892c579
7 changed files with 7 additions and 6 deletions

View file

@ -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()