From: Arun Isaac Date: Mon, 7 Jan 2019 12:12:31 +0000 (+0530) Subject: doc: Fix minor typo in the HTTP headers documentation. X-Git-Tag: upstream/2.2.6~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77c4f2f48d3b71117ad60965d1055988f4a6f734;p=platform%2Fupstream%2Fguile.git doc: Fix minor typo in the HTTP headers documentation. * doc/ref/web.texi (HTTP Headers): Fix minor typo. Signed-off-by: Ludovic Courtès --- diff --git a/doc/ref/web.texi b/doc/ref/web.texi index f589cfbf7..24bae64e2 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -795,7 +795,7 @@ The MIME type of a resource, as a symbol, along with any parameters. (parse-header 'content-type "text/plain;charset=utf-8") @result{} (text/plain (charset . "utf-8")) @end example -Note that the @code{charset} parameter is something is a misnomer, and +Note that the @code{charset} parameter is something of a misnomer, and the HTTP specification admits this. It specifies the @emph{encoding} of the characters, not the character set. @end deftypevr