aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorsilvioprog <silvioprog@gmail.com>2020-03-31 15:08:34 -0300
committersilvioprog <silvioprog@gmail.com>2020-03-31 15:08:34 -0300
commitbcffdf809fabc09ff8f0a6ef6af601062191a2b4 (patch)
tree771d4408c8daa05136c722cd4729549862271ac7 /src/microhttpd/internal.h
parent6702e6202368720d7a381669c03eedc318f225ca (diff)
downloadlibmicrohttpd-bcffdf809fabc09ff8f0a6ef6af601062191a2b4.tar.gz
libmicrohttpd-bcffdf809fabc09ff8f0a6ef6af601062191a2b4.zip
Applied several spelling fixes. (#6142)
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index ad16535e..96e24780 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1546,7 +1546,7 @@ struct MHD_Daemon
1546 volatile bool shutdown; 1546 volatile bool shutdown;
1547 1547
1548 /** 1548 /**
1549 * Has this deamon been quiesced via #MHD_quiesce_daemon()? 1549 * Has this daemon been quiesced via #MHD_quiesce_daemon()?
1550 * If so, we should no longer use the @e listen_fd (including 1550 * If so, we should no longer use the @e listen_fd (including
1551 * removing it from the @e epoll_fd when possible). 1551 * removing it from the @e epoll_fd when possible).
1552 */ 1552 */