diff options
| author | Yuki Morohoshi <hoshi.sanou@gmail.com> | 2024-10-11 17:10:55 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-10-31 08:26:12 +0000 |
| commit | 772a213a29bf2977948a3052eda43ea2caa2bd42 (patch) | |
| tree | 860a5eaa251eacb659205929171dee5f7a39c69c /ext | |
| parent | 9d94a3b8aa5697586cade5d39ec0fc5c352daf64 (diff) | |
[ruby/openssl] [DOC] better wording for OpenSSL::Config document.
https://github.com/ruby/openssl/commit/26370636f3
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/openssl/ossl_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_config.c b/ext/openssl/ossl_config.c index a47e0815d1..203d7ef290 100644 --- a/ext/openssl/ossl_config.c +++ b/ext/openssl/ossl_config.c @@ -305,7 +305,7 @@ static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_conf_value, CONF_VALUE, VALUE) * * Gets the parsable form of the current configuration. * - * Given the following configurating file being loaded: + * Given the following configuration file being loaded: * * config = OpenSSL::Config.load('baz.cnf') * #=> #<OpenSSL::Config sections=["default"]> |
