]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
Remove some duplicate #include statements.
[paraslash.git] / udp_send.c
index 465b3ca64171b41ec23df50b398c589226dc4c79..8fca5bc6c2759c27b4e0402cba3e341b60b82ebc 100644 (file)
@@ -10,7 +10,6 @@
 #include <sys/socket.h>
 #include <regex.h>
 #include <sys/types.h>
-#include <sys/socket.h>
 #include <netinet/udp.h>
 #include <net/if.h>
 #include <arpa/inet.h>
@@ -58,7 +57,7 @@ static void udp_close_target(struct sender_client *sc)
        size_t len = vss_get_fec_eof_packet(&buf);
 
        /*
-        * Ignore the return value of wirte() since we are closing the target
+        * Ignore the return value of write() since we are closing the target
         * anyway. The sole purpose of the "do_nothing" statement is to silence
         * gcc.
         */