From 919f456de88e9e1011db8f6e4e484e1b25e77af4 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Mar 2004 07:54:38 +0000 Subject: * exception message clean-up by Ian Macdonald . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/https.rb') diff --git a/lib/net/https.rb b/lib/net/https.rb index 4200be3d62..a22084dc99 100644 --- a/lib/net/https.rb +++ b/lib/net/https.rb @@ -123,7 +123,7 @@ module Net # a Net::HTTP object raises IOError. def use_ssl=(flag) flag = (flag ? true : false) - raise IOError, "use_ssl value changed but session already started" \ + raise IOError, "use_ssl value changed, but session already started" \ if started? and @use_ssl != flag if flag and not @ssl_context @ssl_context = OpenSSL::SSL::SSLContext.new -- cgit v1.2.3