summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 15:05:18 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 15:05:18 +0000
commitb20e7eb95442340155b2a471de31361afc164f8d (patch)
tree6aa3cce44e42000e55bd55da698319daa7cd9f09 /ChangeLog
parentf125ec9ac5cab7f5b063e90ebf53a6b7088f3ba8 (diff)
* ChangeLog: fix a typo for r38064.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38068 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 f91d251382..a71fd26cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Fri Nov 30 23:27:26 2012 NAKAMURA Usaku <usa@ruby-lang.org>
Fri Nov 30 23:11:37 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rubygems/specification.rb
- (Gem::Specification.validate_permissions): don't check executablity
+ (Gem::Specification.validate_permissions): don't check executability
of the source on Windows. they will be wrapped to .bat files when
installing. see [ruby-core:50388].