Merge pull request #3456 from dzzg/patch-1
fix mis-spelling in client.go
This commit is contained in:
commit
ab78270e03
@ -298,7 +298,7 @@ func (c *Client) KillShim(ctx context.Context) error {
|
|||||||
return c.signalShim(ctx, unix.SIGKILL)
|
return c.signalShim(ctx, unix.SIGKILL)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close the cient connection
|
// Close the client connection
|
||||||
func (c *Client) Close() error {
|
func (c *Client) Close() error {
|
||||||
if c.c == nil {
|
if c.c == nil {
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user