From 3ba83001e4aa59a6ccdf8595b144a06f07392839 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Wed, 5 Jan 2011 01:00:13 +0900 Subject: [PATCH] http.client: fix typo in docs --- basis/http/client/client-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/http/client/client-docs.factor b/basis/http/client/client-docs.factor index 757f07483c..d5f50de109 100644 --- a/basis/http/client/client-docs.factor +++ b/basis/http/client/client-docs.factor @@ -139,7 +139,7 @@ $nl } "Submission data for POST and PUT requests:" { $subsections "http.client.post-data" } -"More esoteric use-cases, for example HTTP methods other than the above, are accomodated by constructing an empty request object with " { $link } " and filling everything in by hand." +"More esoteric use-cases, for example HTTP methods other than the above, are accommodated by constructing an empty request object with " { $link } " and filling everything in by hand." { $subsections "http.client.encoding" "http.client.errors"