Skip to content

Commit 0633e2c

Browse files
authored
Merge pull request kubernetes#86303 from langyenan/misspell
fix misspelling in comment
2 parents d2c5d0a + c941841 commit 0633e2c

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)