[前][次][番号順一覧][スレッド一覧]

ruby-changes:42877

From: kazu <ko1@a...>
Date: Sun, 8 May 2016 22:39:42 +0900 (JST)
Subject: [ruby-changes:42877] kazu:r54951 (trunk): fix typos [ci skip]

kazu	2016-05-08 23:36:18 +0900 (Sun, 08 May 2016)

  New Revision: 54951

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54951

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54950)
+++ ChangeLog	(revision 54951)
@@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
 Sun May  8 21:01:14 2016  NARUSE, Yui  <naruse@r...>
 
-	* 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]