Skip to content

Commit

Permalink
spelling is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist committed Mar 22, 2024
1 parent 0a2b597 commit a0ee1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bidstrategy/resource/capacity_available_strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (s *AvailableCapacityStrategy) ShouldBidBasedOnUsage(
return bidstrategy.BidStrategyResponse{
ShouldBid: false,
ShouldWait: false,
Reason: fmt.Sprintf("insuffucuent capacity - requested: %s, available: %s", usage.String(), totalCapacity.String()),
Reason: fmt.Sprintf("insufficient capacity - requested: %s, available: %s", usage.String(), totalCapacity.String()),
}, nil
}

Expand Down

0 comments on commit a0ee1db

Please sign in to comment.