From 6eb316780f49797a62cf1ee862168b91a913ea38 Mon Sep 17 00:00:00 2001 From: ayumin Date: Sat, 18 Aug 2012 15:55:15 +0000 Subject: [PATCH] * lib/fileutils.rb: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/fileutils.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ae5ed579b..16a113eb8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 19 00:47:26 2012 Ayumu AIZAWA + + * lib/fileutils.rb: fix typo. + https://github.com/ruby/ruby/pull/155 by simonc (Simon COURTOIS). + Sat Aug 18 09:57:46 2012 Nobuyoshi Nakada * enc/depend: fix inplace-build condition. enc.mk is generated with diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 1303b963fe..67cc79f02f 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -435,7 +435,7 @@ public # Options: noop verbose # # Same as - # #ln_s(src, dest, :force) + # #ln_s(src, dest, :force => true) # def ln_sf(src, dest, options = {}) fu_check_options options, OPT_TABLE['ln_sf']