aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 00:02:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 00:02:57 +0200
commit0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab (patch)
tree52ced4fc3cbe618ec1f1a7da7d9234474f33728e /src/include
parentfbec7f3f0833bdd07780b8d85a84ce763f63a70a (diff)
downloadlibmicrohttpd-0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab.tar.gz
libmicrohttpd-0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab.zip
fix typos
Diffstat (limited to 'src/include')
-rw-r--r--src/include/microhttpd2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 7c1b5187..52e423a2 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -471,7 +471,7 @@ enum MHD_StatusCode
471 MHD_SC_UPGRADE_FORWARD_INCOMPLETE = 30010, 471 MHD_SC_UPGRADE_FORWARD_INCOMPLETE = 30010,
472 472
473 /** 473 /**
474 * We failed to allocate memory for generatig the response from our 474 * We failed to allocate memory for generating the response from our
475 * memory pool. Likely the request header was too large to leave 475 * memory pool. Likely the request header was too large to leave
476 * enough room. 476 * enough room.
477 */ 477 */