Skip to content

Commit 9bf6132

Browse files
committed
Merge pull request dakrone#144 from cldwalker/fix-typos
fixed a couple of typos
2 parents 909f71f + 11fe86d commit 9bf6132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ can be specified:
249249
(def resp (client/get "http://google.com" {:headers h}))
250250
(:headers resp)
251251
=> {"server" "gws",
252-
"content-encoding" "gzip", ;; <= google sent respones gzipped
252+
"content-encoding" "gzip", ;; <= google sent response gzipped
253253
"content-type" "text/html; charset=UTF-8",
254254
"content-length" "26538",
255255
"connection" "close"}
@@ -291,7 +291,7 @@ body, you can use the `:decode-body-headers` option:
291291
"content-script-type" "text/javascript",
292292
"content-style-type" "text/css",
293293
"content-type" "text/html; charset=Shift_JIS",
294-
"date" "Tue, 09 Oct 2012 18:02:59 GMT",
294+
"date" "Tue, 09 Oct 2012 18:02:59 GMT",
295295
"cache-control" "max-age=0, no-cache",
296296
"expires" "Tue, 09 Oct 2012 18:02:59 GMT",
297297
"etag" "\"1dfb-2686-4cba2686fb8b1\"",

src/clj_http/client.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ used. Automatically bound when `with-middleware` is used."
637637
default-middleware)
638638

639639
(defn wrap-request
640-
"Returns a battaries-included HTTP request function coresponding to the given
640+
"Returns a batteries-included HTTP request function corresponding to the given
641641
core client. See default-middleware for the middleware wrappers that are used
642642
by default"
643643
[request]

0 commit comments

Comments
 (0)