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)