summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-09 15:16:37 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-09 15:16:37 +0000
commit54f5d4ecab4b321c8668a8dc8c39b523c0efa31f (patch)
tree43832a3386121b2232bd26102a4f064d02aeb492 /ChangeLog
parent402edc568ac69051f4fc28bf1e4553d4afdbbf02 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 814789a7d3..b13e05a148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,6 @@ Thu Aug 9 23:46:51 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* template/fake.rb.in (builddir): remove duplications
-
Thu Aug 9 20:03:11 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
* test/ruby/test_file_exhaustive.rb
@@ -16,7 +15,7 @@ Thu Aug 9 20:03:11 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
such as pagefile.sys.
* win32/win32.c (check_valid_dir): for performance, check the path
- by FindFirstFileW only if the path containts "..."
+ by FindFirstFileW only if the path contains "..."
* win32/win32.c (winnt_stat): use GetFileAttributesExW instead of
FindFirstFileW since GetFileAttributesExW is faster.