1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-08-16 05:19:05 +00:00
parent f2e870c9a7
commit eee30c68dc

View file

@ -88,7 +88,7 @@ Thu Aug 15 16:30:23 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):
FileUtils.rmdir ignores Errno::ENOTEMPTY, so, in such cases, this
assertion is nonsence.
assertion is nonsense.
Thu Aug 15 15:49:35 2013 Tanaka Akira <akr@fsij.org>