From c7f16b8662a92cab7e079971b799ccffe44eb1f8 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 9 Feb 2012 07:53:04 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b2498ef43..3d1de9988d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Thu Feb 9 16:48:19 2012 Nobuyoshi Nakada - * ext/dl/dl.c (Init_dl): fix mangled documnet. + * ext/dl/dl.c (Init_dl): fix mangled document. Thu Feb 9 16:10:34 2012 NAKAMURA Usaku @@ -9,11 +9,11 @@ Thu Feb 9 16:10:34 2012 NAKAMURA Usaku Thu Feb 9 16:08:55 2012 NAKAMURA Usaku * ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}): - currenly pack/unpack does not accept "q!" and "Q!". + currently pack/unpack does not accept "q!" and "Q!". Thu Feb 9 16:01:29 2012 NAKAMURA Usaku - * ext/fiddle/conversions.c (value_to_generic): src is not guranteed as + * ext/fiddle/conversions.c (value_to_generic): src is not guaranteed as a Bignum if the type is LONG_LONG. it may be a Fixnum if the value is small. @@ -36,7 +36,7 @@ Wed Feb 8 14:06:59 2012 Hiroshi Nakamura option to prevent BEAST attack. See [Bug #5353]. In OpenSSL, OP_DONT_INSERT_EMPTY_FRAGMENTS is used to prevent - TLS-CBC-IV vulunerability described at + TLS-CBC-IV vulnerability described at http://www.openssl.org/~bodo/tls-cbc.txt It's known issue of TLSv1/SSLv3 but it attracts lots of attention these days as BEAST attack. (CVE-2011-3389)