libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 79868fab86a33a2c28602ad782a57a181512b18e
parent 8361a3a7b73680bfe5dbc368be875368541ff20c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Aug 2021 15:17:01 +0200

-typo

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

diff --git a/src/microhttpd/mhd_assert.h b/src/microhttpd/mhd_assert.h @@ -25,7 +25,7 @@ /* Unlike POSIX version of 'assert.h', MHD version of 'assert' header * does not allow multiple redefinition of 'mhd_assert' macro within single - * souce file. */ + * source file. */ #ifndef MHD_ASSERT_H #define MHD_ASSERT_H 1