summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-03 14:29:55 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-03 14:29:55 +0000
commite28c3d5df4f5abc83e0d2de34e7ebf675c96a307 (patch)
treefa367515930915f589aeeb36d401c61b593336c5 /ChangeLog
parentb7ff3d3b6811aaef57bb2d7bcef492aa3b921bd0 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bef9e64c2d..b4e85c1085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@ Tue Feb 3 15:23:58 2015 Shugo Maeda <shugo@ruby-lang.org>
Tue Feb 3 14:04:47 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (glob_helper): obtain real name with FindFirstFile API
- instead of matchin all entries, on Windows.
+ instead of matching all entries, on Windows.
[ruby-core:67954] [Bug #10819]
Tue Feb 3 12:26:35 2015 Katsuhiko Nishimra <ktns.87@gmail.com>