aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2016-12-09 17:01:10 +0900
committerKoichi ITO <koic.ito@gmail.com>2016-12-09 17:01:10 +0900
commit37afe272955a7f5fd1ead7de4cf1a9158411bab7 (patch)
treeecade9bc2362287d955ec3ace35eed27589398f6
parent4ff95439d0b13aac7b9b2e3674f0a6662c715ec6 (diff)
downloadruby-openssl-37afe272955a7f5fd1ead7de4cf1a9158411bab7.tar.gz
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">