mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
fix typo: optimitically -> optimistically
Signed-off-by: Thomas Morin <thomas.morin@orange.com>
This commit is contained in:
parent
cb31153260
commit
293a6c5c91
@ -339,7 +339,7 @@ func (le *LeaderElector) tryAcquireOrRenew(ctx context.Context) bool {
|
||||
le.setObservedRecord(&leaderElectionRecord)
|
||||
return true
|
||||
}
|
||||
klog.Errorf("Failed to update lock optimitically: %v, falling back to slow path", err)
|
||||
klog.Errorf("Failed to update lock optimistically: %v, falling back to slow path", err)
|
||||
}
|
||||
|
||||
// 2. obtain or create the ElectionRecord
|
||||
|
Loading…
Reference in New Issue
Block a user