aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-05 15:03:58 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-05 15:03:58 +0000
commit2f188ee7be497d1a12f1cf6e2bb3ddaa87018027 (patch)
tree0f041c993f82cdc1796112225755614275960ebb
parent0610a859d979db77aa6b1e3591d13c0d8a8a63c0 (diff)
downloadruby-2f188ee7be497d1a12f1cf6e2bb3ddaa87018027.tar.gz
Fix typo and method name [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 70bbe99399..64ecb9c032 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,7 +44,7 @@ Fri Sep 5 12:40:55 2014 Tanaka Akira <akr@fsij.org>
Fri Sep 5 12:28:21 2014 Tanaka Akira <akr@fsij.org>
- * process.c (has_privilege): Fix assignements.
+ * process.c (has_privilege): Fix assignments.
Fri Sep 5 11:10:13 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
@@ -83,7 +83,7 @@ Thu Sep 4 23:39:52 2014 Tanaka Akira <akr@fsij.org>
Thu Sep 4 20:22:14 2014 Laurent Arnoud <laurent@spkdev.net>
- * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.
+ * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint?.
[fix GH-709]
Thu Sep 4 20:09:21 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>