From 2afa17906a6c819517c048d55a57a358a7b7fb8d Mon Sep 17 00:00:00 2001 From: Dmitry Kim Date: Sat, 11 Aug 2007 02:14:51 +0000 Subject: [PATCH] * (httputils) docs spelling --- lib/rbot/core/utils/httputil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index 1f0d496c..b1e5743c 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -414,7 +414,7 @@ class HttpUtil # # Generic http transaction method # - # It will return a HTTP::Response object or raise an exception + # It will return a Net::HTTPResponse object or raise an exception # # If a block is given, it will yield the response (see :yield option) -- 2.39.2