File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ ossl_debug_get(VALUE self)
392
392
* call-seq:
393
393
* OpenSSL.debug = boolean -> boolean
394
394
*
395
- * Turns on or off debug mode. With debug mode, all erros added to the OpenSSL
395
+ * Turns on or off debug mode. With debug mode, all errors added to the OpenSSL
396
396
* error queue will be printed to stderr.
397
397
*/
398
398
static VALUE
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ ossl_ocspcertid_new(OCSP_CERTID *cid)
157
157
}
158
158
159
159
/*
160
- * OCSP::Resquest
160
+ * OCSP::Request
161
161
*/
162
162
static VALUE
163
163
ossl_ocspreq_alloc (VALUE klass )
@@ -1739,7 +1739,7 @@ Init_ossl_ocsp(void)
1739
1739
* single_response = basic_response.find_response(certificate_id)
1740
1740
*
1741
1741
* unless single_response
1742
- * raise 'basic_response does not have the status for the certificiate '
1742
+ * raise 'basic_response does not have the status for the certificate '
1743
1743
* end
1744
1744
*
1745
1745
* Then check the validity. A status issued in the future must be rejected.
Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ ossl_sslctx_enable_fallback_scsv(VALUE self)
1112
1112
1113
1113
/*
1114
1114
* call-seq:
1115
- * ctx.add_certificate(certiticate , pkey [, extra_certs]) -> self
1115
+ * ctx.add_certificate(certificate , pkey [, extra_certs]) -> self
1116
1116
*
1117
1117
* Adds a certificate to the context. _pkey_ must be a corresponding private
1118
1118
* key with _certificate_.
You can’t perform that action at this time.
0 commit comments