summaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index cce93bcb..185cd2cd 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -567,7 +567,7 @@ MHD_create_response_from_buffer (size_t size,
* Destroy a response object and associated resources. Note that
* libmicrohttpd may keep some of the resources around if the response
* is still in the queue for some clients, so the memory may not
- * necessarily be freed immediatley.
+ * necessarily be freed immediately.
*
* @param response response to destroy
* @ingroup response