aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-04 20:05:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-04 20:05:54 +0000
commitc2356225c4b5fac8c081e14029c34fea8fea16fb (patch)
tree703560646bdf7d8d4c62cc3f62292337021bb205 /ChangeLog
parent8eedcaa6b52f1318aab00f9c3000fdae80d22c52 (diff)
downloadruby-c2356225c4b5fac8c081e14029c34fea8fea16fb.tar.gz
lib/irb/locale.rb: fix typo
* lib/irb/locale.rb (IRB::Locale#modifier): fix wrong attr_reader `modifieer` => `modifier` from irb locale. [fix GH-656] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62fce08695..dfa3cc4ae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 5 05:05:53 2014 Vipul A M <vipulnsward@gmail.com>
+
+ * lib/irb/locale.rb (IRB::Locale#modifier): fix wrong attr_reader
+ `modifieer` => `modifier` from irb locale. [fix GH-656]
+
Fri Jul 4 20:45:26 2014 Koichi Sasada <ko1@atdot.net>
* parse.y: rename symbols::sym_id to symbols::str_id.