fixed typo

This commit is contained in:
2022-07-15 17:44:02 +02:00
parent 3bff8e4e2e
commit 974634451d

View File

@@ -106,7 +106,7 @@ func doPing(host string, count int, interval time.Duration) (*ping.Statistics, e
} }
if pinger.Source == "" { if pinger.Source == "" {
return nil, fmt.Errorf("interface %s has no suitable addressed assigned", conf.UploadInterface) return nil, fmt.Errorf("interface %s has no suitable address assigned", conf.UploadInterface)
} }
err = pinger.Run() err = pinger.Run()