libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit d5b9d3284db2e4f04ef3be41f6a5deef161b5bb3
parent 7930eea7f9ef5441e9b6101f5da66404ff4881f0
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Wed,  8 Jul 2026 23:25:41 +0200

mhd_post_parser.h: fixed typo in doxy

Diffstat:
Msrc/mhd2/mhd_post_parser.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/mhd_post_parser.h b/src/mhd2/mhd_post_parser.h @@ -155,7 +155,7 @@ struct mhd_PostParserUrlEncData /** * The index of the last percent ('%') character found. * Set to #mhd_POST_INVALID_POS when no '%' char found. - * Used for two proposes: + * Used for two purposes: * + indicates that "name" or "value" needs persent-deconding * + helps to detect incomplete percent-encoded char for stream processing */