mirror of https://github.com/k3s-io/k3s
Correcting two spelling mistakes Reustable->Reusable adversly->adversely
parent
7deb49ecd8
commit
18d932586b
|
@ -279,7 +279,7 @@ var _ = kubectlDescribe("Kubectl client", func() {
|
|||
defer GinkgoRecover()
|
||||
f := framework.NewDefaultFramework("kubectl")
|
||||
|
||||
// Reustable cluster state function. This won't be adversly affected by lazy initialization of framework.
|
||||
// Reusable cluster state function. This won't be adversely affected by lazy initialization of framework.
|
||||
clusterState := func() *framework.ClusterVerification {
|
||||
return f.NewClusterVerification(
|
||||
f.Namespace,
|
||||
|
|
Loading…
Reference in New Issue