diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-27 00:38:11 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-27 00:38:11 +0000 |
commit | bea4ccb2db4a9b618f6401640fe58ff8387a171e (patch) | |
tree | 0adb8d8bb86072a036c002e85c23037bf23fa480 | |
parent | 834d2bbe4d63afd855b2e31946b5cbe9b99e9c47 (diff) |
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
-rw-r--r-- | ext/openssl/ossl_asn1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index bcd092951d..9d3775cf2a 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -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 |