diff --git a/api/client/utils.go b/api/client/utils.go index 6fb9b256fd7c47b45efd5344276d74ee354a30fd..5838689283188ab537ccd7c221d2f51d5abb5ea6 100644 --- a/api/client/utils.go +++ b/api/client/utils.go @@ -33,7 +33,7 @@ var ( errConnectionRefused = errors.New("Cannot connect to the Docker daemon. Is 'docker -d' running on this host?") ) -// HTTPClient creates a new HTP client with the cli's client transport instance. +// HTTPClient creates a new HTTP client with the cli's client transport instance. func (cli *DockerCli) HTTPClient() *http.Client { return &http.Client{Transport: cli.transport} }