From 41151ca8dc069448515f48893b8631b9a3ad8df8 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Tue, 6 Aug 2019 13:11:41 +0800 Subject: [PATCH] fix mis-spelling in consul_test.go (#5836) Signed-off-by: czm --- discovery/consul/consul_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))