We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f4890a + 688c0de commit 5a24475Copy full SHA for 5a24475
pkg/internal/testing/process/process.go
@@ -84,7 +84,7 @@ type State struct {
84
DirNeedsCleaning bool
85
Path string
86
87
- // ready holds wether the process is currently in ready state (hit the ready condition) or not.
+ // ready holds whether the process is currently in ready state (hit the ready condition) or not.
88
// It will be set to true on a successful `Start()` and set to false on a successful `Stop()`
89
ready bool
90
0 commit comments