Skip to content

Commit a1c06d5

Browse files
authored
Merge pull request kubernetes#3385 from windayski/fix-typo
fix typos
2 parents ab0b3c3 + d448f12 commit a1c06d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vertical-pod-autoscaler/pkg/recommender/model/aggregate_container_state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func AggregateStateByContainerName(aggregateContainerStateMap aggregateContainer
306306
}
307307

308308
// ContainerStateAggregatorProxy is a wrapper for ContainerStateAggregator
309-
// that creates CnontainerStateAgregator for container if it is no longer
309+
// that creates ContainerStateAgregator for container if it is no longer
310310
// present in the cluster state.
311311
type ContainerStateAggregatorProxy struct {
312312
containerID ContainerID

vertical-pod-autoscaler/pkg/recommender/model/aggregations_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const (
5959
// epsilon is the minimal weight kept in histograms, it should be small enough that old samples
6060
// (just inside MemoryAggregationWindowLength) added with minSampleWeight are still kept
6161
epsilon = 0.001 * minSampleWeight
62-
// DefaultMemoryAggregationIntervalCount is the default value for MemoryAggregationIntevalCount.
62+
// DefaultMemoryAggregationIntervalCount is the default value for MemoryAggregationIntervalCount.
6363
DefaultMemoryAggregationIntervalCount = 8
6464
// DefaultMemoryAggregationInterval is the default value for MemoryAggregationInterval.
6565
// which the peak memory usage is computed.

0 commit comments

Comments
 (0)