From 4caae61f03b5b1a2110b9d1d077f4c996803f938 Mon Sep 17 00:00:00 2001 From: lo24 Date: Tue, 26 May 2020 16:00:22 +0000 Subject: [PATCH] fix typo in scheduler framework --- pkg/scheduler/framework/v1alpha1/framework.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/v1alpha1/framework.go b/pkg/scheduler/framework/v1alpha1/framework.go index f8f0559ca1d..8438fe37cf7 100644 --- a/pkg/scheduler/framework/v1alpha1/framework.go +++ b/pkg/scheduler/framework/v1alpha1/framework.go @@ -874,7 +874,7 @@ func (f *framework) HasScorePlugins() bool { } // ListPlugins returns a map of extension point name to plugin names configured at each extension -// point. Returns nil if no plugins where configred. +// point. Returns nil if no plugins where configured. func (f *framework) ListPlugins() map[string][]config.Plugin { m := make(map[string][]config.Plugin)