diff --git a/pkg/plugins/plugin_windows.go b/pkg/plugins/plugin_windows.go index 1f1c62cb0..b1beb9a7e 100644 --- a/pkg/plugins/plugin_windows.go +++ b/pkg/plugins/plugin_windows.go @@ -8,7 +8,7 @@ import ( "github.com/pkg/errors" ) -// Setpidgid is a no-op in Windows +// Setpgid is a no-op in Windows func Setpgid(cmd *exec.Cmd) { }