mdns: builtin: Fix a typo

This commit fixes just a typo.

Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
This commit is contained in:
Shohei Maruyama 2023-07-25 03:52:13 +09:00
parent b73c65d8b6
commit ae72d1cd31

View file

@ -230,7 +230,7 @@ impl<'a> MdnsService<'a> {
let len = self.host.broadcast(self, data.buf, 60)?;
if len > 0 {
info!("Broadasting mDNS entry to {}:{}", addr, PORT);
info!("Broadcasting mDNS entry to {}:{}", addr, PORT);
data.chunk = Some(Chunk {
start: 0,