aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-09 07:53:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-09 07:53:04 +0000
commitc7f16b8662a92cab7e079971b799ccffe44eb1f8 (patch)
treed243149eb5c6cff9cf49feb5a729b349a6721639 /ChangeLog
parentf90f02ab200041c6a9bd3ed9d2bbde0aea239549 (diff)
downloadruby-c7f16b8662a92cab7e079971b799ccffe44eb1f8.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files 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 <nobu@ruby-lang.org>
- * 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 <usa@ruby-lang.org>
@@ -9,11 +9,11 @@ Thu Feb 9 16:10:34 2012 NAKAMURA Usaku <usa@ruby-lang.org>
Thu Feb 9 16:08:55 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* 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 <usa@ruby-lang.org>
- * 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 <nahi@ruby-lang.org>
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)