2
0
Matt Bolt 6 жил өмнө
parent
commit
801f855d20

+ 1 - 1
pkg/costmodel/cluster.go

@@ -42,7 +42,7 @@ type PromQueryContext struct {
 }
 }
 
 
 // TODO move this to a package-accessible helper function once dependencies are able to
 // TODO move this to a package-accessible helper function once dependencies are able to
-// be extricated from costmodel package (PromQueryResult -> util.Vecto). Otherwise, circular deps.
+// be extricated from costmodel package (PromQueryResult -> util.Vector). Otherwise, circular deps.
 func AsyncPromQuery(query string, resultCh chan []*PromQueryResult, ctx PromQueryContext) {
 func AsyncPromQuery(query string, resultCh chan []*PromQueryResult, ctx PromQueryContext) {
 	if ctx.wg != nil {
 	if ctx.wg != nil {
 		defer ctx.wg.Done()
 		defer ctx.wg.Done()