Skip to content

Commit 1c4c00a

Browse files
committed
* ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.
ruby/ruby#8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 5d881f0 commit 1c4c00a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Mon Feb 28 12:56:18 2011 URABE Shyouhei <[email protected]>
2+
3+
* ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.
4+
https://github.com/ruby/ruby/pull/8
5+
16
Mon Feb 28 12:28:13 2011 NAKAMURA Usaku <[email protected]>
27

38
* ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()

ext/openssl/ossl_cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ossl_cipher_init(int argc, VALUE *argv, VALUE self, int mode)
202202
* keeping this behaviour for backward compatibility.
203203
*/
204204
const char *cname = rb_class2name(rb_obj_class(self));
205-
rb_warn("argumtents for %s#encrypt and %s#decrypt were deprecated; "
205+
rb_warn("arguments for %s#encrypt and %s#decrypt were deprecated; "
206206
"use %s#pkcs5_keyivgen to derive key and IV",
207207
cname, cname, cname);
208208
StringValue(pass);

0 commit comments

Comments
 (0)