Skip to content

Commit 964d836

Browse files
authored
Merge pull request #439 from kamipo/fix_typos
Fix some typos [ci skip]
2 parents c310840 + 51b3030 commit 964d836

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ext/openssl/ossl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ ossl_debug_get(VALUE self)
392392
* call-seq:
393393
* OpenSSL.debug = boolean -> boolean
394394
*
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
396396
* error queue will be printed to stderr.
397397
*/
398398
static VALUE

ext/openssl/ossl_ocsp.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ossl_ocspcertid_new(OCSP_CERTID *cid)
157157
}
158158

159159
/*
160-
* OCSP::Resquest
160+
* OCSP::Request
161161
*/
162162
static VALUE
163163
ossl_ocspreq_alloc(VALUE klass)
@@ -1739,7 +1739,7 @@ Init_ossl_ocsp(void)
17391739
* single_response = basic_response.find_response(certificate_id)
17401740
*
17411741
* 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'
17431743
* end
17441744
*
17451745
* Then check the validity. A status issued in the future must be rejected.

ext/openssl/ossl_ssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ ossl_sslctx_enable_fallback_scsv(VALUE self)
11121112

11131113
/*
11141114
* call-seq:
1115-
* ctx.add_certificate(certiticate, pkey [, extra_certs]) -> self
1115+
* ctx.add_certificate(certificate, pkey [, extra_certs]) -> self
11161116
*
11171117
* Adds a certificate to the context. _pkey_ must be a corresponding private
11181118
* key with _certificate_.

0 commit comments

Comments
 (0)