summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-22 06:22:06 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-22 06:22:06 +0000
commit94ebcc4aa7718d089925502ea126ce8e8fb3ab62 (patch)
tree891cee0cfbd7e939a9f8b2aa017639e83a37f424 /lib
parent3ffc7535ba3be6d3979f94805077ca2a9c0ea23b (diff)
* fix typo by @rrrene [fix GH-510]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/fileutils.rb2
1 files changed, 1 insertions, 1 deletions
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 \