Skip to content

Commit ae72d1c

Browse files
committed
mdns: builtin: Fix a typo
This commit fixes just a typo. Signed-off-by: Shohei Maruyama <[email protected]>
1 parent b73c65d commit ae72d1c

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)