aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-12-09 17:03:59 +0900
committerGitHub <noreply@github.com>2016-12-09 17:03:59 +0900
commit159a24dc970cb8b521710ac38c652d219d49dc80 (patch)
tree14893ad9d5cd2312ea6f38934f6c4bfa8cb7ee1e
parent8289938bb324d0b775f3cbe29b4d90af9777da72 (diff)
parent37afe272955a7f5fd1ead7de4cf1a9158411bab7 (diff)
downloadruby-openssl-159a24dc970cb8b521710ac38c652d219d49dc80.tar.gz
Merge pull request #89 from koic/fix_typo_in_ossl_engine
Fix a typo in ossl_engine.c
-rw-r--r--ext/openssl/ossl_engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_engine.c b/ext/openssl/ossl_engine.c
index e73bfb30..e840bfd9 100644
--- a/ext/openssl/ossl_engine.c
+++ b/ext/openssl/ossl_engine.c
@@ -287,7 +287,7 @@ ossl_engine_finish(VALUE self)
* This returns an OpenSSL::Cipher by +name+, if it is available in this
* engine.
*
- * A EngineError will be raised if the cipher is unavailable.
+ * An EngineError will be raised if the cipher is unavailable.
*
* e = OpenSSL::Engine.by_id("openssl")
* => #<OpenSSL::Engine id="openssl" name="Software engine support">