diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c index 403a4d5c..eb481567 100644 --- a/src/microhttpd/test_client_put_stop.c +++ b/src/microhttpd/test_client_put_stop.c @@ -1533,7 +1533,7 @@ performQueryExternal (struct MHD_Daemon *d, struct _MHD_dumbClient *clnt) else { /* When rate limiter is enabled, all sent packets must be received - * before client close connection to avoid RST for every ACK. + * before client closes connection to avoid RST for every ACK. * When rate limiter is not enabled, the MHD must receive at * least something before closing the connection. */ do_client = 0;