From 94ebcc4aa7718d089925502ea126ce8e8fb3ab62 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 22 Jan 2014 06:22:06 +0000 Subject: * fix typo by @rrrene [fix GH-510] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/fileutils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 1baa893edc..f42fe9710d 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -136,7 +136,7 @@ module FileUtils # # Options: (none) # - # Returns true if +newer+ is newer than all +old_list+. + # Returns true if +new+ is newer than all +old_list+. # Non-existent files are older than any file. # # FileUtils.uptodate?('hello.o', %w(hello.c hello.h)) or \ -- cgit v1.2.3