diff --git a/main.go b/main.go index ed82763..982b0dd 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,7 @@ func doPing(host string, count int, interval time.Duration) (*ping.Statistics, e } 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()