From 49f48d8f652edcb709873580c626871f4ccc96ed Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 17 Jul 2020 17:48:05 +0200 Subject: [PATCH] Fix comment Signed-off-by: Julien Pivotto --- discovery/dockerswarm/dockerswarm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/dockerswarm/dockerswarm.go b/discovery/dockerswarm/dockerswarm.go index 32b0cf9e32..0464f032f9 100644 --- a/discovery/dockerswarm/dockerswarm.go +++ b/discovery/dockerswarm/dockerswarm.go @@ -107,7 +107,7 @@ func NewDiscovery(conf *SDConfig, logger log.Logger) (*Discovery, error) { client.WithAPIVersionNegotiation(), } - // There are other protocols that HTTP supported by the Docker daemon, like + // There are other protocols than HTTP supported by the Docker daemon, like // unix, which are not supported by the HTTP client. Passing HTTP client // options to the Docker client makes those non-HTTP requests fail. if conf.url.Scheme == "http" || conf.url.Scheme == "https" {