summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.c
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@ruby-lang.org>2013-12-11 03:58:07 +0000
committera_matsuda <a_matsuda@ruby-lang.org>2013-12-11 03:58:07 +0000
commit33d38dc6150ef677860c5c84aec9b1f224cc8dcf (patch)
treea09edb8addc3ad745e83e710f97e0891fee0b1a7 /ext/openssl/ossl_asn1.c
parenta9d18eb9190483b48615b00d4462f54e661d572f (diff)
downloadruby-openssl-history-33d38dc6150ef677860c5c84aec9b1f224cc8dcf.tar.gz
* ext/win32ole/sample/olegen.rb: Fix typo
* ext/openssl/ossl_asn1.c: [DOC] Fix typo * lib/webrick/accesslog.rb: ditto * template/yarvarch.ja: ditto s/recieve/receive/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_asn1.c')
-rw-r--r--ext/openssl/ossl_asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c
index 4ac6620..e3f59bf 100644
--- a/ext/openssl/ossl_asn1.c
+++ b/ext/openssl/ossl_asn1.c
@@ -1810,7 +1810,7 @@ Init_ossl_asn1()
* == OpenSSL::ASN1::ObjectId
*
* While OpenSSL::ASN1::ObjectId.new will allocate a new ObjectId, it is
- * not typically allocated this way, but rather that are recieved from
+ * not typically allocated this way, but rather that are received from
* parsed ASN1 encodings.
*
* === Additional attributes