diff --git a/client.go b/client.go index a45138d3..7b2a6506 100644 --- a/client.go +++ b/client.go @@ -81,7 +81,7 @@ type process interface { Pid() uint32 } -// Task is ta subset of containerd's Task interface. +// Task is a subset of containerd's Task interface. type Task interface { process