aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-15 19:00:39 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-15 19:00:39 +0300
commit03e7c4f4d5a90eefa8d3c77575173b8948ba14c4 (patch)
tree90e23d352a2075e2c42ccca2a181d5c2367d92a0
parentbc83858f65b0f6465ded232ce551b149beaa12d2 (diff)
downloadlibmicrohttpd-03e7c4f4d5a90eefa8d3c77575173b8948ba14c4.tar.gz
libmicrohttpd-03e7c4f4d5a90eefa8d3c77575173b8948ba14c4.zip
Fixed English in comments
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index ee43900d..425a18a4 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1125,7 +1125,7 @@ process_urh (struct MHD_UpgradeResponseHandle *urh)
1125 { 1125 {
1126 if (MHD_NO != urh->was_closed) 1126 if (MHD_NO != urh->was_closed)
1127 { 1127 {
1128 /* Connection was shuted down or all data received and 1128 /* Connection was shut down or all data received and
1129 * application will not forward any more data. */ 1129 * application will not forward any more data. */
1130 urh->out_buffer_size = 0; 1130 urh->out_buffer_size = 0;
1131 urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY; 1131 urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY;