doc: Fix minor typo in the HTTP headers documentation.
authorArun Isaac <arunisaac@systemreboot.net>
Mon, 7 Jan 2019 12:12:31 +0000 (17:42 +0530)
committerLudovic Courtès <ludo@gnu.org>
Mon, 24 Jun 2019 13:24:23 +0000 (15:24 +0200)
* doc/ref/web.texi (HTTP Headers): Fix minor typo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/ref/web.texi

index f589cfbf705636aa05243d01a075b1b34c2eb6b2..24bae64e29f748d1e144e8b3e03e977cec8f9875 100644 (file)
@@ -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