ruby-changes:41649
From: nobu <ko1@a...>
Date: Wed, 3 Feb 2016 08:25:43 +0900 (JST)
Subject: [ruby-changes:41649] nobu:r53723 (trunk): Fix typo on OpenSSL::PKey doc [ci skip]
nobu 2016-02-03 08:25:40 +0900 (Wed, 03 Feb 2016) New Revision: 53723 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53723 Log: Fix typo on OpenSSL::PKey doc [ci skip] * ext/openssl/ossl_pkey.c (Init_ossl_pkey): [DOC] Fix typo "encrypted" to "decrypted". [Fix GH-1235] Modified files: trunk/ChangeLog trunk/ext/openssl/ossl_pkey.c Index: ext/openssl/ossl_pkey.c =================================================================== --- ext/openssl/ossl_pkey.c (revision 53722) +++ ext/openssl/ossl_pkey.c (revision 53723) @@ -374,7 +374,7 @@ Init_ossl_pkey(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey.c#L374 * algorithm consists of two parts: a public key that may be distributed * to others and a private key that needs to remain secret. * - * Messages encrypted with a public key can only be encrypted by + * Messages encrypted with a public key can only be decrypted by * recipients that are in possession of the associated private key. * Since public key algorithms are considerably slower than symmetric * key algorithms (cf. OpenSSL::Cipher) they are often used to establish Index: ChangeLog =================================================================== --- ChangeLog (revision 53722) +++ ChangeLog (revision 53723) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Feb 3 08:25:38 2016 boshan <boshan@s...> + + * ext/openssl/ossl_pkey.c (Init_ossl_pkey): [DOC] Fix typo + "encrypted" to "decrypted". [Fix GH-1235] + Wed Feb 3 08:21:32 2016 Seiei Miyagi <hanachin@g...> * ext/ripper/lib/ripper/lexer.rb (on_heredoc_dedent): Fix -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/