Skip to content

Commit ab78270

Browse files
authored
Merge pull request #3456 from dzzg/patch-1
fix mis-spelling in client.go
2 parents 29930e9 + c27e48d commit ab78270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/v1/shim/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func (c *Client) KillShim(ctx context.Context) error {
298298
return c.signalShim(ctx, unix.SIGKILL)
299299
}
300300

301-
// Close the cient connection
301+
// Close the client connection
302302
func (c *Client) Close() error {
303303
if c.c == nil {
304304
return nil

0 commit comments

Comments
 (0)