gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14160 - in libmicrohttpd: doc src/include


From: gnunet
Subject: [GNUnet-SVN] r14160 - in libmicrohttpd: doc src/include
Date: Thu, 13 Jan 2011 15:02:37 +0100

Author: grothoff
Date: 2011-01-13 15:02:37 +0100 (Thu, 13 Jan 2011)
New Revision: 14160

Modified:
   libmicrohttpd/doc/microhttpd.texi
   libmicrohttpd/src/include/microhttpd.h
Log:
[libmicrohttpd] fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECTION
From: 
Jim Meyering <address@hidden>
  To: 
address@hidden
  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


Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2011-01-13 09:57:02 UTC (rev 14159)
+++ libmicrohttpd/doc/microhttpd.texi   2011-01-13 14:02:37 UTC (rev 14160)
@@ -270,7 +270,7 @@
 Options for the @mhd{} daemon.
 
 Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor
address@hidden are used, the client wants control over
address@hidden 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

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2011-01-13 09:57:02 UTC (rev 
14159)
+++ libmicrohttpd/src/include/microhttpd.h      2011-01-13 14:02:37 UTC (rev 
14160)
@@ -306,7 +306,7 @@
 
 /**
  * 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>
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]