commit e55249435fa32e514af322da7af90d0bc4d9fabd parent 2efd5f535ed28b679311ee38f53ba80fb679f305 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Tue, 20 Oct 2020 22:12:22 +0300 English grammar fixes Diffstat:
| M | configure.ac | | | 2 | +- |
| M | src/microhttpd/daemon.c | | | 8 | ++++---- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -2402,7 +2402,7 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: Target directory: ${prefix} Cross-compiling: ${cross_compiling} Operating System: ${host_os}${os_ver_msg} - Shutdown of listening socket trigger select: ${mhd_cv_host_shtdwn_trgr_select} + Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select} Inter-thread comm: ${use_itc} poll support: ${enable_poll=no} epoll support: ${enable_epoll=no} diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -3219,10 +3219,10 @@ MHD_add_connection (struct MHD_Daemon *daemon, (0 == (daemon->options & MHD_USE_ITC))) { MHD_DLOG (daemon, - _ ("MHD_add_connection() has called for daemon started without" - " MHD_USE_ITC flag.\nDaemon will not process newly added" - " connection until any activity occurs in already added" - " sockets.\n")); + _ ("MHD_add_connection() has been called for daemon started" + " without MHD_USE_ITC flag.\nDaemon will not process newly" + " added connection until any activity occurs in already" + " added sockets.\n")); } #endif /* HAVE_MESSAGES */