diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi index e96ef842..d9ccda4c 100644 --- a/doc/microhttpd.texi +++ b/doc/microhttpd.texi @@ -270,7 +270,7 @@ the percent sign). Options for the @mhd{} daemon. Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor -@code{MHD_USE_SELECT_INTERNALLY} are used, the client wants control over +@code{MHD_USE_SELECT_INTERNALLY} is used, the client wants control over the process and will call the appropriate microhttpd callbacks. Starting the daemon may also fail if a particular option is not diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index b2ab1c33..0bc8902e 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -306,7 +306,7 @@ extern "C" /** * Options for the MHD daemon. Note that if neither - * MHD_USER_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY are + * MHD_USER_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY is * used, the client wants control over the process and will call the * appropriate microhttpd callbacks.

*