From aa4bcb2cc9a3a766bdf94527eb621d7ea57a2c1a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 19:00:11 +0000 Subject: [PATCH] spelling: supports --- command/agent/consul/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/consul/client.go b/command/agent/consul/client.go index 479fbdff7..eb49bcede 100644 --- a/command/agent/consul/client.go +++ b/command/agent/consul/client.go @@ -190,7 +190,7 @@ type ServiceClient struct { retryInterval time.Duration maxRetryInterval time.Duration - // skipVerifySupport is true if the local Consul agent suppots TLSSkipVerify + // skipVerifySupport is true if the local Consul agent supports TLSSkipVerify skipVerifySupport bool // exitCh is closed when the main Run loop exits