This commit is contained in:
Matt Joiner 2022-06-22 13:52:48 +10:00
parent fcfc5bb923
commit b232729e0c
No known key found for this signature in database
GPG Key ID: 6B990B8185E7F782
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func scrape(flags ScrapeCmd) error {
//Logger: log.Logger{},
})
if err != nil {
return fmt.Errorf("creaing new udp tracker conn client: %w", err)
return fmt.Errorf("creating new udp tracker conn client: %w", err)
}
defer cc.Close()
var ihs []udp.InfoHash