Skip to content

Commit c941841

Browse files
committed
fix misspelling in comment
1 parent e680ad7 commit c941841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/eviction/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040

4141
// Config holds information about how eviction is configured.
4242
type Config struct {
43-
// PressureTransitionPeriod is duration the kubelet has to wait before transititioning out of a pressure condition.
43+
// PressureTransitionPeriod is duration the kubelet has to wait before transitioning out of a pressure condition.
4444
PressureTransitionPeriod time.Duration
4545
// Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met.
4646
MaxPodGracePeriodSeconds int64

0 commit comments

Comments
 (0)