X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=3fe2db80587380e4faa258dfd2bfaed7d40b545a;hp=465b3ca64171b41ec23df50b398c589226dc4c79;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=65399c6f0f45561c8d93c521ca63d13f564ca1cb diff --git a/udp_send.c b/udp_send.c index 465b3ca6..3fe2db80 100644 --- a/udp_send.c +++ b/udp_send.c @@ -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. */