Skip to content

Commit

Permalink
Merge pull request #1780 from kkohtaka/patch-1
Browse files Browse the repository at this point in the history
📖 Fix a typo
  • Loading branch information
k8s-ci-robot committed Jan 19, 2022
2 parents 45b13b9 + b5a4ee7 commit f529380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/testing/controlplane/etcd.go
Expand Up @@ -91,7 +91,7 @@ type Etcd struct {
}

// Start starts the etcd, waits for it to come up, and returns an error, if one
// occoured.
// occurred.
func (e *Etcd) Start() error {
if err := e.setProcessState(); err != nil {
return err
Expand Down

0 comments on commit f529380

Please sign in to comment.