From d353d447b837c65aeda3969bb43d4cf82aa66d11 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 10 May 2009 22:55:56 +0200 Subject: [PATCH] Fix a copy-and-paste typo in the udp sender. --- udp_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2