libmicrohttpd

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

commit 03e7c4f4d5a90eefa8d3c77575173b8948ba14c4
parent bc83858f65b0f6465ded232ce551b149beaa12d2
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 15 Nov 2016 19:00:39 +0300

Fixed English in comments

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -1125,7 +1125,7 @@ process_urh (struct MHD_UpgradeResponseHandle *urh) { if (MHD_NO != urh->was_closed) { - /* Connection was shuted down or all data received and + /* Connection was shut down or all data received and * application will not forward any more data. */ urh->out_buffer_size = 0; urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY;