diff options
author | Dmitry Kim <dmitry point kim at gmail point com> | 2007-08-11 02:14:51 +0000 |
---|---|---|
committer | Dmitry Kim <dmitry point kim at gmail point com> | 2007-08-11 02:14:51 +0000 |
commit | 2afa17906a6c819517c048d55a57a358a7b7fb8d (patch) | |
tree | eb58a30953623576eb901c792cd15cdb48477b7f | |
parent | 6fc9e6c2e1895018b89f45494384015b6b365a81 (diff) |
* (httputils) docs spelling
-rw-r--r-- | lib/rbot/core/utils/httputil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |