Skip to content

Commit 466bed6

Browse files
committed
capability: fix a typo in ListSupported doc
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent d8d4f35 commit 466bed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: capability/enum.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func ListKnown() []Cap {
316316
return list()
317317
}
318318

319-
// ListSupported retuns the list of all capabilities known to the package,
319+
// ListSupported returns the list of all capabilities known to the package,
320320
// except those that are not supported by the currently running Linux kernel.
321321
func ListSupported() ([]Cap, error) {
322322
last, err := LastCap()

0 commit comments

Comments
 (0)