From 568a4c4b16e2383c2cc53df3b100bf77e3f86bb5 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 27 May 2015 00:38:11 +0000 Subject: 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 --- ext/openssl/ossl_asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3