diff --git a/cmd/antelope-api-healtcheck/main.go b/cmd/antelope-api-healtcheck/main.go index 59a515e..75267a4 100644 --- a/cmd/antelope-api-healtcheck/main.go +++ b/cmd/antelope-api-healtcheck/main.go @@ -185,7 +185,7 @@ func main() { } if req_timeout.Seconds() < 2 { - // Dont alow anything below 2 seconds. that is abit aggresive. + // Dont alow anything below 2 seconds. that is abit aggressive. logger.Warn("Request timeout is less than the minimum. Setting it to 2 seconds", "req_timeout", req_timeout) req_timeout = time.Second * 2 } else if req_timeout.Minutes() > 1.0 {