Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Dec 18, 2023
1 parent 514852f commit 335bc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/common/capabilities/capabilities_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (

// Capabilities are linux only and this is returned on other
// systems for all the public functions. There is a generic
// errors.ErrUnsupported present in golang 1.21, but still
// errors.ErrUnsupported present in golang 1.21, but we still
// support 1.20.
ErrUnsupported = errors.New("capabilities are only supported in linux")

Expand Down

0 comments on commit 335bc8a

Please sign in to comment.