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

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