]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
* (httputils) docs spelling
authorDmitry Kim <dmitry point kim at gmail point com>
Sat, 11 Aug 2007 02:14:51 +0000 (02:14 +0000)
committerDmitry Kim <dmitry point kim at gmail point com>
Sat, 11 Aug 2007 02:14:51 +0000 (02:14 +0000)
lib/rbot/core/utils/httputil.rb

index 1f0d496cb64a9c6ef46e93c2ad912ccf610f5a67..b1e5743ce0378dec7fc89bda71923ef8ae0ab9e5 100644 (file)
@@ -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)