Skip to content

Commit 4caae61

Browse files
committed
fix typo in scheduler framework
1 parent f097cee commit 4caae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/framework/v1alpha1/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ func (f *framework) HasScorePlugins() bool {
874874
}
875875

876876
// ListPlugins returns a map of extension point name to plugin names configured at each extension
877-
// point. Returns nil if no plugins where configred.
877+
// point. Returns nil if no plugins where configured.
878878
func (f *framework) ListPlugins() map[string][]config.Plugin {
879879
m := make(map[string][]config.Plugin)
880880

0 commit comments

Comments
 (0)