Skip to content

Commit 4275101

Browse files
committed
Task: fix typo in godoc
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit ae7840b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f6acbf1 commit 4275101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type process interface {
8282
Pid() uint32
8383
}
8484

85-
// Task is ta subset of containerd's Task interface.
85+
// Task is a subset of containerd's Task interface.
8686
type Task interface {
8787
process
8888

0 commit comments

Comments
 (0)