From 5b73122105d229e10efe5dbcafa642e5e15d411b Mon Sep 17 00:00:00 2001 From: Alexander Minbaev Date: Thu, 25 Feb 2021 00:54:37 -0600 Subject: [PATCH] Fix typo in util.go --- test/integration/scheduler_perf/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scheduler_perf/util.go b/test/integration/scheduler_perf/util.go index 7b846c9ed8f..ec89e46d81a 100644 --- a/test/integration/scheduler_perf/util.go +++ b/test/integration/scheduler_perf/util.go @@ -80,7 +80,7 @@ func mustSetupScheduler() (util.ShutdownFunc, coreinformers.PodInformer, clients } // Returns the list of scheduled pods in the specified namespaces. -// Note that no namespces specified matches all namespaces. +// Note that no namespaces specified matches all namespaces. func getScheduledPods(podInformer coreinformers.PodInformer, namespaces ...string) ([]*v1.Pod, error) { pods, err := podInformer.Lister().List(labels.Everything()) if err != nil {