commit 6ff3c27c49dac311f79634c5825d673a3a4842c6
parent 860a81a3bb4199dccea1e2470801b61bd2a24e48
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Fri, 7 Aug 2026 11:16:48 +0200
Fixed some typos in public headers
Diffstat:
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
@@ -1591,8 +1591,8 @@ enum MHD_FIXED_ENUM_MHD_SET_ MHD_StatusCode
MHD_SC_MAX_FD_NUMBER_LIMIT_TOO_STRICT = 60025
,
/**
- * The number set by #MHD_D_O_GLOBAL_CONNECTION_LIMIT is too for the daemon
- * configuration
+ * The number set by #MHD_D_O_GLOBAL_CONNECTION_LIMIT is too small for
+ * the daemon configuration
*/
MHD_SC_CONFIGURATION_CONN_LIMIT_TOO_SMALL = 60026
,
diff --git a/src/include/microhttpd2_main.h.in b/src/include/microhttpd2_main.h.in
@@ -1498,7 +1498,6 @@ MHD_response_from_callback_2cls (enum MHD_HTTP_StatusCode sc,
* @warning The @p dc parameter is evaluated twice; avoid expressions
* with side effects. Alternatively, just call function
* #MHD_response_from_callback_2cls() directly.
- * #MHD_response_from_callback_2cls() directly.
* @ingroup response
*/
#define MHD_response_from_callback(sc, s, d, dc, f) \
diff --git a/src/include/microhttpd2_preamble.h.in b/src/include/microhttpd2_preamble.h.in
@@ -1591,8 +1591,8 @@ enum MHD_FIXED_ENUM_MHD_SET_ MHD_StatusCode
MHD_SC_MAX_FD_NUMBER_LIMIT_TOO_STRICT = 60025
,
/**
- * The number set by #MHD_D_O_GLOBAL_CONNECTION_LIMIT is too for the daemon
- * configuration
+ * The number set by #MHD_D_O_GLOBAL_CONNECTION_LIMIT is too small for
+ * the daemon configuration
*/
MHD_SC_CONFIGURATION_CONN_LIMIT_TOO_SMALL = 60026
,