diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-11-13 00:17:43 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-12 09:42:08 -0800 |
commit | 7e7cf80d7480fd457674fad01466c867a87ed27c (patch) | |
tree | 2df5b473197f845b9c0bff78e287ee14ccf31f48 /Documentation | |
parent | 382d20e3ebc69ad20f54e71fc5f6ca17baa23973 (diff) | |
download | git-7e7cf80d7480fd457674fad01466c867a87ed27c.tar.gz |
Documentation/technical/http-protocol.txt: typofixes
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/http-protocol.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt index caf941a1c5..d21d77d1de 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. |