summaryrefslogtreecommitdiff
path: root/ccast/ccmdns.c
diff options
context:
space:
mode:
Diffstat (limited to 'ccast/ccmdns.c')
-rw-r--r--ccast/ccmdns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ccast/ccmdns.c b/ccast/ccmdns.c
index 76ae4d1..0ba3318 100644
--- a/ccast/ccmdns.c
+++ b/ccast/ccmdns.c
@@ -75,7 +75,6 @@
#else
#include "numsup.h"
#endif
-#include "conv.h"
#include "ccmdns.h"
#undef DEBUG
@@ -224,7 +223,7 @@ static int init_send_mDNS(SOCKET *psock) {
// If we're doing a one-shot, we shouldn't transmit from port 5353, */
// but ChromCast won't see the packet if we don't. */
- /* We can't send from port 5353 if someone else is using it, */
+ /* We cant send from port 5353 if someone else is using it, */
/* so set the SO_REUSEADDR option (which is enough for MSWin), */
/* and SO_REUSEPORT for OS X and Linux */
{