Merge pull request #78 from cheat-sc/fix-a-typo
mdns: builtin: Fix a typo
This commit is contained in:
commit
062f669369
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue