aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-01 09:24:15 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-01 09:24:15 +0000
commit78ac68e8aa6d6613260959e8d72cfe82f87f984b (patch)
tree958c3dbf677e759336ea2b3edcc1e7c9d392933b
parent7e62b6cccffbefeb2ac4d7a54548ac6fd6ffb73d (diff)
downloadruby-78ac68e8aa6d6613260959e8d72cfe82f87f984b.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index daa7e1cf2e..5ac1c8799b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Mon Dec 31 13:05:00 2012 Zachary Scott <zachary@zacharyscott.net>
Sun Dec 30 23:33:36 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * parse.y (simple_re_meta): escaped closing parenthsis has different
+ * parse.y (simple_re_meta): escaped closing parenthesis has different
meaning. [Bug #7610] [ruby-core:51088]
Sun Dec 30 12:09:47 2012 Charlie Somerville <charlie@charliesomerville.com>
@@ -31,7 +31,7 @@ Sun Dec 30 10:51:29 2012 Kazuki Tsujimoto <kazuki@callcc.net>
Sat Dec 29 21:57:11 2012 Keiju Ishitsuka <keiju@ishitsuka.com>
- * lib/irb/completion.rb: treat rightly comletion for symbol on irb
+ * lib/irb/completion.rb: treat rightly completion for symbol on irb
[Bug #7632].
Sat Dec 29 21:51:30 2012 Shugo Maeda <shugo@ruby-lang.org>