Skip to content

Commit

Permalink
Merge pull request #1075 from seokho-son/main
Browse files Browse the repository at this point in the history
Fix misspelled word (#1057)
  • Loading branch information
seokho-son authored Apr 28, 2022
2 parents 60c7e54 + be774eb commit 105e4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mcis/recommendation.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func RecommendVmCost(nsId string, specList *[]mcir.TbSpecInfo) ([]mcir.TbSpecInf
return result, nil
}

// RecommendVmPerformance func prioritize specs based on given Perfomance condition
// RecommendVmPerformance func prioritize specs based on given Performance condition
func RecommendVmPerformance(nsId string, specList *[]mcir.TbSpecInfo) ([]mcir.TbSpecInfo, error) {

result := []mcir.TbSpecInfo{}
Expand Down

0 comments on commit 105e4c4

Please sign in to comment.