diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-25 07:41:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-25 07:41:58 +0000 |
commit | 5f8e93d3b0a25b88d9a3bc34f8d143e7e3dee52e (patch) | |
tree | fc59200d859590d1029e52e3b8ca06d39291dc95 /docs/FAQ | |
parent | e4a7e18a0c37ce1b3d24ec8511b017ef4391ae49 (diff) |
tiny spell correction
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Updated: August 22, 2000 (http://curl.haxx.se/docs/faq.shtml) +Updated: October 18, 2000 (http://curl.haxx.se/docs/faq.shtml) _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | @@ -117,7 +117,7 @@ FAQ program or redirect to another file for the next program to interpret. * I focus on protocol related issues and improvements. If you wanna do more - magic with the supported protocols than curl currently does, changes are + magic with the supported protocols than curl currently does, chances are big I will agree. If you wanna add more protocols, I may very well agree. @@ -339,12 +339,12 @@ FAQ The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. - 4.5.4 "404 Not Found" + 4.5.4 "404 Not Found" The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. - 4.5.5 "405 Method Not Allowed" + 4.5.5 "405 Method Not Allowed" The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header |