Jim Meyering <jim@meyering.net>
To:
libmicrohttpd@gnu.org
Date:
Today 10:17:27
I sent this change before, along with the s/are/is/ change,
but I guess you didn't see it:
Index: doc/microhttpd.texi
===================================================================
--- doc/microhttpd.texi (revision 15482)
+++ doc/microhttpd.texi (working copy)
@@ -269,7 +269,7 @@
@deftp {Enumeration} MHD_FLAG
Options for the @mhd{} daemon.
-Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor
+Note that if neither @code{MHD_USE_THREAD_PER_CONNECTION} nor
@code{MHD_USE_SELECT_INTERNALLY} is used, the client wants control over
the process and will call the appropriate microhttpd callbacks.
Index: src/include/microhttpd.h
===================================================================
--- src/include/microhttpd.h (revision 15482)
+++ 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 is
+ * 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>
From:
Michael Wiegand <michael.wiegand@greenbone.net> (Greenbone Networks GmbH)
To:
christian@grothoff.org
Date:
Today 12:39:11 pm
Attachments:
microhttpd.texi-typo-fixes.patch
Hallo Christian,
ich habe ein paar Typos in der Doku von libmicrohttpd gefunden, siehe
angehängter Patch.
Oder nimmst du Patches lieber über die Liste? Habe mich jetzt auch endlich
angemeldet. :)
Grüße aus Osnabrück
Michael
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