aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2016-09-24 02:28:25 +0000
committerKazuki Yamaguchi <k@rhe.jp>2016-09-25 00:42:47 +0900
commitb64fc1fa1228496b825955da5e2bd63fc6d6c2a6 (patch)
tree63d7de60d11b9ba22e19e93a8ecf7c695225561a
parent4eda40878fc42ac5bad6dd7b1ebc8f0eac796b94 (diff)
downloadruby-openssl-history-b64fc1fa1228496b825955da5e2bd63fc6d6c2a6.tar.gz
fid typos [ci skip]
* fix typos, "a" before "Integer" to "an". [Fix GH-1438] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/openssl/ossl_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c
index f1f3459..57bc3cf 100644
--- a/ext/openssl/ossl_cipher.c
+++ b/ext/openssl/ossl_cipher.c
@@ -304,7 +304,7 @@ ossl_cipher_decrypt(int argc, VALUE *argv, VALUE self)
*
* === Parameters
* * +salt+ must be an 8 byte string if provided.
- * * +iterations+ is a integer with a default of 2048.
+ * * +iterations+ is an integer with a default of 2048.
* * +digest+ is a Digest object that defaults to 'MD5'
*
* A minimum of 1000 iterations is recommended.