From 9733f301ca5a33958affc0ba3dd3e31967c2733a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 14 Jun 2017 10:43:01 +0200 Subject: [PATCH] typo --- doc/chapters/hellobrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 appropriate request comes in. While the name of this callback function is arbitrary, its parameter list has to follow a certain layout. So please, ignore the lot of parameters for now, they will be explained at the point they are needed. We have to use only one of them, -@code{struct MHD_Connection *connection}, for the minimalistic functionality we want to archive at the moment. +@code{struct MHD_Connection *connection}, for the minimalistic functionality we want to achieve at the moment. This parameter is set by the @emph{libmicrohttpd} daemon and holds the necessary information to relate the call with a certain connection. Keep in mind that a server might have to satisfy hundreds