[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:
Christian Grothoff
2011-01-13 14:02:37 +00:00
parent 6653abee2e
commit e3401afa64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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>
*