diff options
author | Ryuta Kamizono <[email protected]> | 2021-04-26 00:31:08 +0900 |
---|---|---|
committer | Kazuki Yamaguchi <[email protected]> | 2021-07-18 17:44:54 +0900 |
commit | 29ad4ab3d0407b99bbdad654b2138527859694cf (patch) | |
tree | 643d888cb99915bbddabaedcc9743cbaae7e9242 /ext/openssl/ossl.c | |
parent | 593164c2bea634e33682a0095825ef17021a7433 (diff) |
[ruby/openssl] Fix some typos [ci skip]
https://github.com/ruby/openssl/commit/51b3030b2b
Diffstat (limited to 'ext/openssl/ossl.c')
-rw-r--r-- | ext/openssl/ossl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index 358b3b29f0..cf070ef859 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -392,7 +392,7 @@ ossl_debug_get(VALUE self) * call-seq: * OpenSSL.debug = boolean -> boolean * - * Turns on or off debug mode. With debug mode, all erros added to the OpenSSL + * Turns on or off debug mode. With debug mode, all errors added to the OpenSSL * error queue will be printed to stderr. */ static VALUE |