Skip to content

Commit 062f669

Browse files
authored
Merge pull request project-chip#78 from cheat-sc/fix-a-typo
mdns: builtin: Fix a typo
2 parents 13c2504 + ae72d1c commit 062f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs-matter/src/mdns/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ impl<'a> MdnsService<'a> {
230230
let len = self.host.broadcast(self, data.buf, 60)?;
231231

232232
if len > 0 {
233-
info!("Broadasting mDNS entry to {}:{}", addr, PORT);
233+
info!("Broadcasting mDNS entry to {}:{}", addr, PORT);
234234

235235
data.chunk = Some(Chunk {
236236
start: 0,

0 commit comments

Comments
 (0)