From b5a4ee7ebe1b90d3f962fa62ea20006c199398fc Mon Sep 17 00:00:00 2001 From: Kazumasa Kohtaka Date: Wed, 19 Jan 2022 11:24:10 +0900 Subject: [PATCH] Fix a typo --- pkg/internal/testing/controlplane/etcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/internal/testing/controlplane/etcd.go b/pkg/internal/testing/controlplane/etcd.go index c6d6251731..c30d213295 100644 --- a/pkg/internal/testing/controlplane/etcd.go +++ b/pkg/internal/testing/controlplane/etcd.go @@ -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