Assorted typo fixes in comments.
[paraslash.git] / udp_send.c
index 465b3ca64171b41ec23df50b398c589226dc4c79..3fe2db80587380e4faa258dfd2bfaed7d40b545a 100644 (file)
@@ -58,7 +58,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.
         */