ruby-changes:24623
From: kazu <ko1@a...>
Date: Fri, 10 Aug 2012 00:16:47 +0900 (JST)
Subject: [ruby-changes:24623] kazu:r36674 (trunk): fix a typo
kazu 2012-08-10 00:16:37 +0900 (Fri, 10 Aug 2012) New Revision: 36674 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36674 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 36673) +++ ChangeLog (revision 36674) @@ -7,7 +7,6 @@ * template/fake.rb.in (builddir): remove duplications - Thu Aug 9 20:03:11 2012 Hiroshi Shirosaki <h.shirosaki@g...> * test/ruby/test_file_exhaustive.rb @@ -16,7 +15,7 @@ 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/