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

ruby-changes:38562

From: nobu <ko1@a...>
Date: Wed, 27 May 2015 09:38:28 +0900 (JST)
Subject: [ruby-changes:38562] nobu:r50643 (trunk): ossl_asn1.c: [DOC] Fix typo [skip ci]

nobu	2015-05-27 09:38:11 +0900 (Wed, 27 May 2015)

  New Revision: 50643

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

  Log:
    ossl_asn1.c: [DOC] Fix typo [skip ci]
    
    * ext/openssl/ossl_asn1.c (Init_ossl_asn1): [DOC] Fix typo
      "recieved" to "received".  [Fix GH-913]

  Modified files:
    trunk/ext/openssl/ossl_asn1.c
Index: ext/openssl/ossl_asn1.c
===================================================================
--- ext/openssl/ossl_asn1.c	(revision 50642)
+++ ext/openssl/ossl_asn1.c	(revision 50643)
@@ -1810,7 +1810,7 @@ Init_ossl_asn1(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_asn1.c#L1810
      * == OpenSSL::ASN1::ObjectId
      *
      * NOTE: While OpenSSL::ASN1::ObjectId.new will allocate a new ObjectId,
-     * it is not typically allocated this way, but rather that are recieved from
+     * it is not typically allocated this way, but rather that are received from
      * parsed ASN1 encodings.
      *
      * While OpenSSL::ASN1::ObjectId.new will allocate a new ObjectId, it is

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

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