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 {