libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit e3401afa64386ee919db223ec96b609307a1ad6a
parent 6653abee2e1a7fb2ae52d698295055d6f7a6be67
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 13 Jan 2011 14:02:37 +0000

[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


Diffstat:
Mdoc/microhttpd.texi | 2+-
Msrc/include/microhttpd.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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> *