Skip to content

Commit 085bf61

Browse files
authored
Merge pull request #919 from kindknow/main
chore: fix function name in comment
2 parents fdd0d8d + 0351087 commit 085bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/plugin_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/pkg/errors"
99
)
1010

11-
// Setpidgid is a no-op in Windows
11+
// Setpgid is a no-op in Windows
1212
func Setpgid(cmd *exec.Cmd) {
1313
}
1414

0 commit comments

Comments
 (0)