Skip to content

Commit c27e48d

Browse files
authored
fix mis-spelling in client.go
Signed-off-by: dzzg <[email protected]>
1 parent 29930e9 commit c27e48d

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)