From f975d1153c22292e759f3d2deedddc0c4c3a5325 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 7 Dec 2014 14:01:14 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 269471ace9..50520e4976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,7 +43,7 @@ Sat Dec 6 06:14:23 2014 Vit Ondruch Sat Dec 6 04:33:52 2014 NAKAMURA Usaku - * lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows) + * lib/pp.rb (File::Stat#pretty_print): some platforms (such as Windows) does not have major/minor parts of device. Fri Dec 5 22:43:04 2014 SHIBATA Hiroshi