summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net')
-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 c222ad3e63..287881c9c2 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -533,7 +533,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.