We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b13b9 commit b5a4ee7Copy full SHA for b5a4ee7
pkg/internal/testing/controlplane/etcd.go
@@ -91,7 +91,7 @@ type Etcd struct {
91
}
92
93
// Start starts the etcd, waits for it to come up, and returns an error, if one
94
-// occoured.
+// occurred.
95
func (e *Etcd) Start() error {
96
if err := e.setProcessState(); err != nil {
97
return err
0 commit comments