aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 10:43:01 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 10:43:01 +0200
commit9733f301ca5a33958affc0ba3dd3e31967c2733a (patch)
treef714b7838a1cf6e939d752827797bfe25aaa46ef /doc
parentf28b92fb812f74a835a785d3eb0397c6e0176029 (diff)
downloadlibmicrohttpd-9733f301ca5a33958affc0ba3dd3e31967c2733a.tar.gz
libmicrohttpd-9733f301ca5a33958affc0ba3dd3e31967c2733a.zip
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/chapters/hellobrowser.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/hellobrowser.inc b/doc/chapters/hellobrowser.inc
index 73b7b0b3..983cfb6a 100644
--- a/doc/chapters/hellobrowser.inc
+++ b/doc/chapters/hellobrowser.inc
@@ -29,7 +29,7 @@ The function we are going to write now will be called by @emph{GNU libmicrohttpd
29appropriate request comes in. While the name of this callback function is arbitrary, its parameter 29appropriate request comes in. While the name of this callback function is arbitrary, its parameter
30list has to follow a certain layout. So please, ignore the lot of parameters for now, they will be 30list has to follow a certain layout. So please, ignore the lot of parameters for now, they will be
31explained at the point they are needed. We have to use only one of them, 31explained at the point they are needed. We have to use only one of them,
32@code{struct MHD_Connection *connection}, for the minimalistic functionality we want to archive at the moment. 32@code{struct MHD_Connection *connection}, for the minimalistic functionality we want to achieve at the moment.
33 33
34This parameter is set by the @emph{libmicrohttpd} daemon and holds the necessary information to 34This parameter is set by the @emph{libmicrohttpd} daemon and holds the necessary information to
35relate the call with a certain connection. Keep in mind that a server might have to satisfy hundreds 35relate the call with a certain connection. Keep in mind that a server might have to satisfy hundreds