Skip to content

Commit b5a4ee7

Browse files
committed
Fix a typo
1 parent 45b13b9 commit b5a4ee7

File tree

1 file changed

+1
-1
lines changed
  • pkg/internal/testing/controlplane

1 file changed

+1
-1
lines changed

pkg/internal/testing/controlplane/etcd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type Etcd struct {
9191
}
9292

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

0 commit comments

Comments
 (0)