From 2d92b2e96feb07e177542c96c6c1c8cdde18eca1 Mon Sep 17 00:00:00 2001 From: 284km Date: Thu, 26 Oct 2017 01:03:13 +0900 Subject: [PATCH] Fix a typo --- lib/net/http/persistent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http/persistent.rb b/lib/net/http/persistent.rb index e6a110c..cf332f2 100644 --- a/lib/net/http/persistent.rb +++ b/lib/net/http/persistent.rb @@ -744,7 +744,7 @@ def normalize_uri uri ## # Pipelines +requests+ to the HTTP server at +uri+ yielding responses if a - # block is given. Returns all responses recieved. + # block is given. Returns all responses received. # # See # Net::HTTP::Pipeline[http://docs.seattlerb.org/net-http-pipeline/Net/HTTP/Pipeline.html]