From 4df18805b23f3cb4de70f69b111c5ca59549689f Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 3 Dec 2023 10:28:30 +0000 Subject: [PATCH] Fix a typo --- src/asynch/dhcp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asynch/dhcp.rs b/src/asynch/dhcp.rs index dcb4892..e9f4287 100644 --- a/src/asynch/dhcp.rs +++ b/src/asynch/dhcp.rs @@ -255,7 +255,7 @@ pub mod client { /// negotiating initial IP, and then keeping the lease of that IP up to date. /// /// Note that it is unlikely that a non-raw socket factory would actually even work, due to the peculiarities of the - /// DHCP protocol, where a lot of UDP packets are send (and often broasdcasted_) by the client before the client actually has an assigned IP. + /// DHCP protocol, where a lot of UDP packets are send (and often broadcasted) by the client before the client actually has an assigned IP. pub struct Client { rng: T, mac: [u8; 6],