Skip to content

Commit

Permalink
Fix typo: renawal -> renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilles committed Jun 23, 2022
1 parent 306b4fa commit 09caea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ipam/dhcp/lease.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (l *DHCPLease) maintain() {
log.Printf("%v: %v", l.clientID, err)

if time.Now().After(l.rebindingTime) {
log.Printf("%v: renawal time expired, rebinding", l.clientID)
log.Printf("%v: renewal time expired, rebinding", l.clientID)
state = leaseStateRebinding
}
} else {
Expand Down

0 comments on commit 09caea6

Please sign in to comment.