summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 3cf1803b12..e5c17af685 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -527,7 +527,7 @@ module Net #:nodoc:
false # redefined in net/https
end
- # specify enabling SSL server sertificate and hostname checking.
+ # specify enabling SSL server certificate and hostname checking.
attr_accessor :enable_post_connection_check
# Opens TCP connection and HTTP session.