Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
  • Loading branch information
hs0210 committed Nov 19, 2021
1 parent 4d10a06 commit 7c0dfb4
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 7c0dfb4

Please sign in to comment.