Skip to content

Commit 5217fa2

Browse files
authored
Merge pull request kubernetes#91462 from lo24/fwk-typo
fix typo in scheduler framework
2 parents 30eeacb + 4caae61 commit 5217fa2

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
@@ -900,7 +900,7 @@ func (f *framework) HasScorePlugins() bool {
900900
}
901901

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

0 commit comments

Comments
 (0)