aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/demo.c2
-rw-r--r--src/examples/demo_https.c2
-rw-r--r--src/examples/msgs_i18n.c2
-rw-r--r--src/examples/post_example.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/examples/demo.c b/src/examples/demo.c
index c7ad4b30..6b2b20f6 100644
--- a/src/examples/demo.c
+++ b/src/examples/demo.c
@@ -204,7 +204,7 @@ static magic_t magic;
204 204
205 205
206/** 206/**
207 * Mark the given response as HTML for the brower. 207 * Mark the given response as HTML for the browser.
208 * 208 *
209 * @param response response to mark 209 * @param response response to mark
210 */ 210 */
diff --git a/src/examples/demo_https.c b/src/examples/demo_https.c
index 7cd98b68..591c4fc0 100644
--- a/src/examples/demo_https.c
+++ b/src/examples/demo_https.c
@@ -207,7 +207,7 @@ static magic_t magic;
207 207
208 208
209/** 209/**
210 * Mark the given response as HTML for the brower. 210 * Mark the given response as HTML for the browser.
211 * 211 *
212 * @param response response to mark 212 * @param response response to mark
213 */ 213 */
diff --git a/src/examples/msgs_i18n.c b/src/examples/msgs_i18n.c
index e5f92bb5..56f9f501 100644
--- a/src/examples/msgs_i18n.c
+++ b/src/examples/msgs_i18n.c
@@ -24,7 +24,7 @@
24 */ 24 */
25 25
26/* 26/*
27 * suposing you are in Brazil: 27 * supposing you are in Brazil:
28 * 28 *
29 * # generate the PO file 29 * # generate the PO file
30 * $ msginit --input=po/libmicrohttpd.pot --locale=pt_BR --output=libmicrohttpd.po 30 * $ msginit --input=po/libmicrohttpd.pot --locale=pt_BR --output=libmicrohttpd.po
diff --git a/src/examples/post_example.c b/src/examples/post_example.c
index 885cdb1a..166d8f22 100644
--- a/src/examples/post_example.c
+++ b/src/examples/post_example.c
@@ -551,7 +551,7 @@ post_iterator (void *cls,
551 * can be set with the MHD_OPTION_NOTIFY_COMPLETED). 551 * can be set with the MHD_OPTION_NOTIFY_COMPLETED).
552 * Initially, <tt>*con_cls</tt> will be NULL. 552 * Initially, <tt>*con_cls</tt> will be NULL.
553 * @return MHS_YES if the connection was handled successfully, 553 * @return MHS_YES if the connection was handled successfully,
554 * MHS_NO if the socket must be closed due to a serios 554 * MHS_NO if the socket must be closed due to a serious
555 * error while handling the request 555 * error while handling the request
556 */ 556 */
557static int 557static int