Skip to content

Commit 688c0de

Browse files
committed
Fix a small typo
Fix a small typo in the comment: wether --> whether Signed-off-by: Hu Shuai <[email protected]>
1 parent 3ffc700 commit 688c0de

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)