[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#40215: [PATCH 1/4] doc: Fix minor typo in the HTTP headers documenta
From: |
Arun Isaac |
Subject: |
bug#40215: [PATCH 1/4] doc: Fix minor typo in the HTTP headers documentation. |
Date: |
Wed, 25 Mar 2020 02:57:17 +0530 |
* doc/ref/web.texi (HTTP Headers): Fix minor typo.
---
doc/ref/web.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 2d07dd7b1..31630def7 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -774,7 +774,7 @@ The MD5 digest of a resource.
@deftypevr {HTTP Header} List content-range
A range specification, as a list of three elements: the symbol
@code{bytes}, either the symbol @code{*} or a pair of integers,
-indicating the byte rage, and either @code{*} or an integer, for the
+indicating the byte range, and either @code{*} or an integer, for the
instance length. Used to indicate that a response only includes part of
a resource.
@example
--
2.25.1