aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_rsa.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-03-07 23:57:43 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-04-20 14:20:00 +0900
commit7eb1a3fa86312a1783f06374ee50b38ae97a5a71 (patch)
tree3ed5f836b622682cfd5dcb2dba0d7030de2c9014 /ext/openssl/ossl_pkey_rsa.c
parent565a9e9fe31b8136f8a2b126320be8d92ca25b98 (diff)
downloadruby-openssl-7eb1a3fa86312a1783f06374ee50b38ae97a5a71.tar.gz
Fix typos
Diffstat (limited to 'ext/openssl/ossl_pkey_rsa.c')
-rw-r--r--ext/openssl/ossl_pkey_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey_rsa.c b/ext/openssl/ossl_pkey_rsa.c
index cea228d6..5aa09d0d 100644
--- a/ext/openssl/ossl_pkey_rsa.c
+++ b/ext/openssl/ossl_pkey_rsa.c
@@ -706,7 +706,7 @@ Init_ossl_rsa(void)
/* Document-class: OpenSSL::PKey::RSA
*
* RSA is an asymmetric public key algorithm that has been formalized in
- * RFC 3447. It is in widespread use in public key infrastuctures (PKI)
+ * RFC 3447. It is in widespread use in public key infrastructures (PKI)
* where certificates (cf. OpenSSL::X509::Certificate) often are issued
* on the basis of a public/private RSA key pair. RSA is used in a wide
* field of applications such as secure (symmetric) key exchange, e.g.