libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 1110c2bdbe975167456cc5d3a859e791e9d6c6fa
parent 5db261a7656e0506f38d4fb1e0209558a805b9f6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  1 Apr 2010 09:09:18 +0000

typo

Diffstat:
Msrc/include/microhttpd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1071,7 +1071,7 @@ MHD_queue_response (struct MHD_Connection *connection, * Create a response object. The response object can be extended with * header information and then be used any number of times. * - * @param size size of the data portion of the response, MHD_SIZE_UNKNOW for unknown + * @param size size of the data portion of the response, MHD_SIZE_UNKNOWN for unknown * @param block_size preferred block size for querying crc (advisory only, * MHD may still call crc using smaller chunks); this * is essentially the buffer size used for IO, clients