Fix a mistake in http documentation found by Julien Blache

This commit is contained in:
Nick Mathewson 2010-11-04 16:04:28 -04:00
parent 78762383b7
commit 229714d123

View File

@ -391,7 +391,7 @@ int evhttp_request_is_owned(struct evhttp_request *req);
/**
* Returns the connection object associated with the request or NULL
*
* The server needs to either free the request explicitly or call
* The user needs to either free the request explicitly or call
* evhttp_send_reply_end().
*/
struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);