summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-11-12 15:17:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-12 17:42:08 (GMT)
commit7e7cf80d7480fd457674fad01466c867a87ed27c (patch)
tree2df5b473197f845b9c0bff78e287ee14ccf31f48
parent382d20e3ebc69ad20f54e71fc5f6ca17baa23973 (diff)
downloadgit-7e7cf80d7480fd457674fad01466c867a87ed27c.zip
git-7e7cf80d7480fd457674fad01466c867a87ed27c.tar.gz
git-7e7cf80d7480fd457674fad01466c867a87ed27c.tar.bz2
Documentation/technical/http-protocol.txt: typofixes
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/http-protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index caf941a..d21d77d 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -307,7 +307,7 @@ Clients MUST first perform ref discovery with
S: ....ACK %s, continue
S: ....NAK
-Clients MUST NOT reuse or revalidate a cached reponse.
+Clients MUST NOT reuse or revalidate a cached response.
Servers MUST include sufficient Cache-Control headers
to prevent caching of the response.
@@ -468,7 +468,7 @@ Clients MUST first perform ref discovery with
S:
S: ....
-Clients MUST NOT reuse or revalidate a cached reponse.
+Clients MUST NOT reuse or revalidate a cached response.
Servers MUST include sufficient Cache-Control headers
to prevent caching of the response.