From 3084c1f3deba86b52b1e01fefbcf7474fe0f5d1c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 17 Jun 2010 13:25:59 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 86cc30477..a4025a5cd 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -904,7 +904,7 @@ static size_t send_write_callback( void *stream, size_t size, size_t nmemb, void /** * Function setting up file descriptors and scheduling task to run - * @param session session to send data to + * @param ses session to send data to * @return bytes sent to peer */ static size_t send_prepare(struct Session* ses ); -- 2.25.1