lib/zold/http.rb in zold-0.18.6 vs lib/zold/http.rb in zold-0.18.7
- old
+ new
@@ -96,10 +96,10 @@
Error.new(e)
end
private
- # Some clients waits for status method in respons
+ # Some clients waits for status method in response
class Response < SimpleDelegator
def status
code.zero? ? 599 : code
end