Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 3, 2023
1 parent 56625f1 commit 00ac86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asynch/dhcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub mod client {
/// In both cases, user is expected to call `run` again, so that the IP lease is kept up to date / a new lease is re-negotiated
///
/// Note that dropping this future is also safe in that it won't remove the current lease, so the user can renew
/// the operation of the server by just calling `run` later on. Of course, if the future is not polled, the client
/// the operation of the client by just calling `run` later on. Of course, if the future is not polled, the client
/// would be unable - during that time - to check for lease timeout and the lease might not be renewed on time.
///
/// But in any case, if the lease is expired or the DHCP server does not acknowledge the lease renewal, the client will
Expand Down

0 comments on commit 00ac86e

Please sign in to comment.