Skip to content

Commit c12ec72

Browse files
committed
Fix minor typo for the GracefulShutdownTimeout field comments
1 parent 9975e29 commit c12ec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/manager/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ type Options struct {
254254
// GracefulShutdownTimeout is the duration given to runnable to stop before the manager actually returns on stop.
255255
// To disable graceful shutdown, set to time.Duration(0)
256256
// To use graceful shutdown without timeout, set to a negative duration, e.G. time.Duration(-1)
257-
// The graceful shutdown is skipped for safety reasons in case the leadere election lease is lost.
257+
// The graceful shutdown is skipped for safety reasons in case the leader election lease is lost.
258258
GracefulShutdownTimeout *time.Duration
259259

260260
// makeBroadcaster allows deferring the creation of the broadcaster to

0 commit comments

Comments
 (0)