summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:48:33 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:48:33 +0000
commit0558b8a5c40b93c01f5724fe8a3ab409d4374490 (patch)
tree7323ad730dc413cb7a8e76132804529960deff37 /lib
parent689755a1add0293a557cb22098e3c3dec375c4c6 (diff)
* ext/psych/lib/psych.rb: fix typo by @jwworth [fix GH-500]
* lib/rake/file_list.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rake/file_list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rake/file_list.rb b/lib/rake/file_list.rb
index 0b60925f09..f32b8c62a4 100644
--- a/lib/rake/file_list.rb
+++ b/lib/rake/file_list.rb
@@ -391,7 +391,7 @@ module Rake
end
# Get a sorted list of files matching the pattern. This method
- # should be prefered to Dir[pattern] and Dir.glob(pattern) because
+ # should be preferred to Dir[pattern] and Dir.glob(pattern) because
# the files returned are guaranteed to be sorted.
def glob(pattern, *args)
Dir.glob(pattern, *args).sort