Skip to content

Commit

Permalink
Task: fix typo in godoc
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit ae7840b)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 9, 2023
1 parent f6acbf1 commit 4275101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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

Expand Down

0 comments on commit 4275101

Please sign in to comment.