From 2f188ee7be497d1a12f1cf6e2bb3ddaa87018027 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 5 Sep 2014 15:03:58 +0000 Subject: [PATCH] Fix typo and method name [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file 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 Fri Sep 5 12:28:21 2014 Tanaka Akira - * process.c (has_privilege): Fix assignements. + * process.c (has_privilege): Fix assignments. Fri Sep 5 11:10:13 2014 SHIBATA Hiroshi @@ -83,7 +83,7 @@ Thu Sep 4 23:39:52 2014 Tanaka Akira Thu Sep 4 20:22:14 2014 Laurent Arnoud - * 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