]> granicus.if.org Git - libevent/commitdiff
Fix a mistake in http documentation found by Julien Blache
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Nov 2010 20:04:28 +0000 (16:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Nov 2010 20:04:28 +0000 (16:04 -0400)
include/event2/http.h

index e0fdefe0e1f51aa2d2d8b5553d669460fb741232..c3875f3e9c7e8dd8db74f80ea05a6882e77cb2ce 100644 (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);