aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-08 14:36:18 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-08 14:36:18 +0000
commit94419c16dc6e34875f923bdf1e72c0c926cd5126 (patch)
tree359a33ad604835a9fe499c35191e433ca69b60f2
parent93767f7a86eeff5af82e1650e2ea8fb02e2c0a11 (diff)
downloadruby-94419c16dc6e34875f923bdf1e72c0c926cd5126.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 550d2a794b..054eed0298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
Sun May 8 21:01:14 2016 NARUSE, Yui <naruse@ruby-lang.org>
- * ext/openssl/extconf.rb: asume it doesn't have SSLv2 related
+ * ext/openssl/extconf.rb: assume it doesn't have SSLv2 related
functions when OPENSSL_NO_SSL2 is defined.
Usually openssl's header and the library (libssl) have the same
set of functions, but on some environment the library has functions
- whose headers doesn't declare. (openssl/opensslconf.h and libsso.so
+ whose headers doesn't declare. (openssl/opensslconf.h and libssl.so
aren't be synchronized)
To detect such case explicitly check feature macro and remove
related functions.