Skip to content

Commit 5a24475

Browse files
authored
Merge pull request #1722 from hs0210/work
📖 Fix a small typo
2 parents 0f4890a + 688c0de commit 5a24475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/testing/process/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type State struct {
8484
DirNeedsCleaning bool
8585
Path string
8686

87-
// ready holds wether the process is currently in ready state (hit the ready condition) or not.
87+
// ready holds whether the process is currently in ready state (hit the ready condition) or not.
8888
// It will be set to true on a successful `Start()` and set to false on a successful `Stop()`
8989
ready bool
9090

0 commit comments

Comments
 (0)