mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
[libmicrohttpd] fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECTION
From: Jim Meyering <jim@meyering.net> To: libmicrohttpd@gnu.org Date: Today 12:42:34 Spam Status: Spamassassin 0% probability of being spam. Full report: Probability=No, score=-3.7 required=7.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5-tuminfo_1 Here is a patch to fix two typo fixes (and grammar nit). I didn't change microhttpd.info, since it's generated. (personally, I would not version-control a generated .info file) Index: ChangeLog
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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.<p>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user