aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd2.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 17:52:48 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 17:57:04 +0300
commit2c5033377fb03e139bd2f90ff9fb9cf6c7e9a4de (patch)
tree8ea4356f8260c6cb171dc5023f8f3517934dab59 /src/include/microhttpd2.h
parent73380b54a12b5b4bc49d8f944e89c8c5b5c1a4fb (diff)
downloadlibmicrohttpd-2c5033377fb03e139bd2f90ff9fb9cf6c7e9a4de.tar.gz
libmicrohttpd-2c5033377fb03e139bd2f90ff9fb9cf6c7e9a4de.zip
Spelling fixes
Diffstat (limited to 'src/include/microhttpd2.h')
-rw-r--r--src/include/microhttpd2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 5506d0c9..54120570 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -706,25 +706,25 @@ enum MHD_StatusCode
706 * This daemon was not configured with options that 706 * This daemon was not configured with options that
707 * would allow us to build an FD set for select(). 707 * would allow us to build an FD set for select().
708 */ 708 */
709 MHD_SC_CONFIGURATION_MISSMATCH_FOR_GET_FDSET = 50037, 709 MHD_SC_CONFIGURATION_MISMATCH_FOR_GET_FDSET = 50037,
710 710
711 /** 711 /**
712 * This daemon was not configured with options that 712 * This daemon was not configured with options that
713 * would allow us to obtain a meaningful timeout. 713 * would allow us to obtain a meaningful timeout.
714 */ 714 */
715 MHD_SC_CONFIGURATION_MISSMATCH_FOR_GET_TIMEOUT = 50038, 715 MHD_SC_CONFIGURATION_MISMATCH_FOR_GET_TIMEOUT = 50038,
716 716
717 /** 717 /**
718 * This daemon was not configured with options that 718 * This daemon was not configured with options that
719 * would allow us to run with select() data. 719 * would allow us to run with select() data.
720 */ 720 */
721 MHD_SC_CONFIGURATION_MISSMATCH_FOR_RUN_SELECT = 50039, 721 MHD_SC_CONFIGURATION_MISMATCH_FOR_RUN_SELECT = 50039,
722 722
723 /** 723 /**
724 * This daemon was not configured to run with an 724 * This daemon was not configured to run with an
725 * external event loop. 725 * external event loop.
726 */ 726 */
727 MHD_SC_CONFIGURATION_MISSMATCH_FOR_RUN_EXTERNAL = 50040, 727 MHD_SC_CONFIGURATION_MISMATCH_FOR_RUN_EXTERNAL = 50040,
728 728
729 /** 729 /**
730 * Encountered an unexpected event loop style 730 * Encountered an unexpected event loop style