mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
834d2bbe4d
commit
bea4ccb2db
1 changed files with 1 additions and 1 deletions
|
@ -1810,7 +1810,7 @@ Init_ossl_asn1(void)
|
|||
* == 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue