Merge pull request #3456 from dzzg/patch-1

fix mis-spelling in client.go
This commit is contained in:
Phil Estes 2019-07-26 07:53:46 -04:00 committed by GitHub
commit ab78270e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,7 +298,7 @@ func (c *Client) KillShim(ctx context.Context) error {
return c.signalShim(ctx, unix.SIGKILL)
}
// Close the cient connection
// Close the client connection
func (c *Client) Close() error {
if c.c == nil {
return nil