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