vendored/puppet/lib/puppet/network/http/connection.rb in bolt-0.16.0 vs vendored/puppet/lib/puppet/network/http/connection.rb in bolt-0.16.1

- old
+ new

@@ -207,10 +207,10 @@ # # This method checks the response for a Retry-After header and handles # it by sleeping for the indicated number of seconds. The response is # returned unmodified if no Retry-After header is present. # - # @param response [Net::HTTPResponse] A response recieved from the + # @param response [Net::HTTPResponse] A response received from the # HTTP client. # # @return [nil] Sleeps and returns nil if the response contained a # Retry-After header that indicated the request should be retried. # @return [Net::HTTPResponse] Returns the `response` unmodified if