fix mis-spelling in client.go

Signed-off-by: dzzg <zhengguang.zhu@daocloud.io>
This commit is contained in:
dzzg 2019-07-26 13:33:04 +08:00 committed by GitHub
parent 29930e9185
commit c27e48d666
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) 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