diff options
author | 2013-12-03 11:41:33 -0800 | |
---|---|---|
committer | 2013-12-03 11:41:33 -0800 | |
commit | 144d84644fd3a2d0dc7be60766411970e82faf55 (patch) | |
tree | ca7216def53c6fcfecc5267b65262b4a591790e0 /Documentation/technical | |
parent | Merge branch 'tb/doc-fetch-pack-url' (diff) | |
parent | contrib: typofixes (diff) | |
download | tgif-144d84644fd3a2d0dc7be60766411970e82faf55.tar.xz |
Merge branch 'mi/typofixes'
* mi/typofixes:
contrib: typofixes
Documentation/technical/http-protocol.txt: typofixes
typofixes: fix misspelt comments
Diffstat (limited to 'Documentation/technical')
-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. |