fix mis-spelling in client.go
Signed-off-by: dzzg <zhengguang.zhu@daocloud.io>
This commit is contained in:
parent
29930e9185
commit
c27e48d666
@ -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