summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2019-01-07 17:42:31 +0530
committerLudovic Courtès <ludo@gnu.org>2019-06-24 15:24:23 +0200
commit77c4f2f48d3b71117ad60965d1055988f4a6f734 (patch)
tree4dfe7be8685709f6e3f8ac1cd3c27712c104bdef /doc
parentf4f9d177f0a43f6a846414d34b6839a1b9b3319b (diff)
doc: Fix minor typo in the HTTP headers documentation.
* doc/ref/web.texi (HTTP Headers): Fix minor typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/web.texi2
1 files changed, 1 insertions, 1 deletions
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