From: Andre Noll Date: Sun, 10 May 2009 20:55:56 +0000 (+0200) Subject: Fix a copy-and-paste typo in the udp sender. X-Git-Tag: v0.3.5~49 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=d353d447b837c65aeda3969bb43d4cf82aa66d11;p=paraslash.git Fix a copy-and-paste typo in the udp sender. --- diff --git a/udp_send.c b/udp_send.c index 0838d028..7217c960 100644 --- a/udp_send.c +++ b/udp_send.c @@ -349,7 +349,7 @@ static char *udp_help(void) /** * The init function of para_server's udp sender. * - * \param s Pointer to the http sender struct. + * \param s Pointer to the udp sender struct. * * It initializes all function pointers of \a s and the list of udp targets. */