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.
1 parent 3ffc700 commit 688c0deCopy full SHA for 688c0de
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