summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-14 22:54:10 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-14 22:54:10 +0000
commit2c4b4a3091b942b13d686694c999c14df077ec9e (patch)
tree89b6afc81c7f1c74c47a8c670223059039b8fbab
parent7931bbf1b3619ef84bc17073bef2388ca050b8c9 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f1c8ebf7c..abd1cdeda2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1486,8 +1486,8 @@ Thu May 24 14:30:13 2012 Koichi Sasada <ko1@atdot.net>
backtrace (an array of strings) with faster generation.
If someone accesses to backtrace information via
Exception#backtrace, then convert a RubyVM::Backtrace object to
- traditonal style backtrace.
- This change causes incompatibility on marshal dumpped binary
+ traditional style backtrace.
+ This change causes incompatibility on marshal dumped binary
of Exception. If you have any trouble on it, please tell us
before Ruby 2.0 release.
Note that RubyVM::Backtrace object should not expose Ruby level.