Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 committed Feb 15, 2022
1 parent 9d5dc54 commit 1b2cb08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ public void publish(
serviceInfo.setServiceName(serviceName);

/**
* Note, subtypes registration is using an undocumented feature of android nds-sd
* Note, subtypes registration is using an undocumented feature of android dns-sd
* service/mDNSResponder which MAY STOP WORKING in future Android versions. Here, set type =
* "${tyep},${subtypes1},${subtypes2},...", then subtypes1, subtypes2 etc are all registered to
* "${type},${subtypes1},${subtypes2},...", then subtypes1, subtypes2 etc are all registered to
* this dns-sd server, we can usd `dns-sd -B ${type},${subtypes}` or avahi-browse
* ${subtypes}._sub.${type} -r to browser it
*/
Expand Down

0 comments on commit 1b2cb08

Please sign in to comment.