Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
Fix a small typo in the comment: wether --> whether

Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
  • Loading branch information
hs0210 committed Dec 8, 2021
1 parent 3ffc700 commit 688c0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/testing/process/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type State struct {
DirNeedsCleaning bool
Path string

// 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.
// It will be set to true on a successful `Start()` and set to false on a successful `Stop()`
ready bool

Expand Down

0 comments on commit 688c0de

Please sign in to comment.