From c27e48d666764937bcea75adf3581c7fada471ed Mon Sep 17 00:00:00 2001 From: dzzg Date: Fri, 26 Jul 2019 13:33:04 +0800 Subject: [PATCH] fix mis-spelling in client.go Signed-off-by: dzzg --- runtime/v1/shim/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/v1/shim/client/client.go b/runtime/v1/shim/client/client.go index 80edbd36b..7c68248c5 100644 --- a/runtime/v1/shim/client/client.go +++ b/runtime/v1/shim/client/client.go @@ -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