Skip to content

Commit 00e7f85

Browse files
authored
Merge pull request #1239 from qu1queee/qu1queee/fix_typo_in_manager
📖 fix minor typo for the GracefulShutdownTimeout field comments
2 parents 7c637a2 + c12ec72 commit 00e7f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/manager/manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ type Options struct {
258258
// GracefulShutdownTimeout is the duration given to runnable to stop before the manager actually returns on stop.
259259
// To disable graceful shutdown, set to time.Duration(0)
260260
// To use graceful shutdown without timeout, set to a negative duration, e.G. time.Duration(-1)
261-
// The graceful shutdown is skipped for safety reasons in case the leadere election lease is lost.
261+
// The graceful shutdown is skipped for safety reasons in case the leader election lease is lost.
262262
GracefulShutdownTimeout *time.Duration
263263

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

0 commit comments

Comments
 (0)