src/protocols/rendezvous/mdns.h

changeset 8735
01248ea222d3
parent 8636
d49af923e2ce
child 8738
0c6d12b1a014
--- a/src/protocols/rendezvous/mdns.h	Wed Apr 21 01:20:41 2004 +0000
+++ b/src/protocols/rendezvous/mdns.h	Wed Apr 21 01:34:26 2004 +0000
@@ -152,7 +152,7 @@
  *        be used for sending the outgoing mDNS datagram.
  * @param domain This is the domain name you wish to query.  It should 
  *        be of the format "_presence._tcp.local" for example.
- * @return 0 if sucessful.
+ * @return 0 if successful.
  */
 int mdns_query(int fd, const char *domain, unsigned short type);
 

mercurial