Skip to content

Commit

Permalink
Merge pull request #1722 from hs0210/work
Browse files Browse the repository at this point in the history
馃摉 Fix a small typo
  • Loading branch information
k8s-ci-robot committed Dec 8, 2021
2 parents 0f4890a + 688c0de commit 5a24475
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 5a24475

Please sign in to comment.