[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECT
From: |
Jim Meyering |
Subject: |
[libmicrohttpd] fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECTION |
Date: |
Thu, 13 Jan 2011 12:42:34 +0100 |
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
===================================================================
--- ChangeLog (revision 14159)
+++ ChangeLog (working copy)
@@ -1,3 +1,9 @@
+2011-01-13 Jim Meyering <address@hidden>
+
+ fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECTION
+ * doc/microhttpd.texi (microhttpd-const): Fix typo.
+ * src/include/microhttpd.h: Fix in public comment, too.
+
Mon Jan 10 14:07:33 CET 2011
Releasing libmicrohttpd 0.9.5. -CG
Index: doc/microhttpd.texi
===================================================================
--- doc/microhttpd.texi (revision 14159)
+++ doc/microhttpd.texi (working copy)
@@ -269,8 +269,8 @@
@deftp {Enumeration} MHD_FLAG
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
+Note that if neither @code{MHD_USE_THREAD_PER_CONNECTION} nor
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
Index: src/include/microhttpd.h
===================================================================
--- src/include/microhttpd.h (revision 14159)
+++ src/include/microhttpd.h (working copy)
@@ -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_USE_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>
*
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECTION,
Jim Meyering <=