diff --git a/discovery/consul/consul_test.go b/discovery/consul/consul_test.go index 5f0a80ef9..bfaaba8d4 100644 --- a/discovery/consul/consul_test.go +++ b/discovery/consul/consul_test.go @@ -214,7 +214,7 @@ func newServer(t *testing.T) (*httptest.Server, *SDConfig) { time.Sleep(5 * time.Second) response = ServicesTestAnswer default: - t.Errorf("Unhandeld consul call: %s", r.URL) + t.Errorf("Unhandled consul call: %s", r.URL) } w.Header().Add("X-Consul-Index", "1") w.Write([]byte(response))