From c9dd4823d98141754842c0b356b141d94ba36604 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 20 Mar 2010 03:30:59 +0000 Subject: * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/dependency_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rubygems/commands') diff --git a/lib/rubygems/commands/dependency_command.rb b/lib/rubygems/commands/dependency_command.rb index 61e3b59fd7..35702fbc6e 100644 --- a/lib/rubygems/commands/dependency_command.rb +++ b/lib/rubygems/commands/dependency_command.rb @@ -159,7 +159,7 @@ class Gem::Commands::DependencyCommand < Gem::Command response end - # Retuns list of [specification, dep] that are satisfied by spec. + # Returns list of [specification, dep] that are satisfied by spec. def find_reverse_dependencies(spec) result = [] -- cgit v1.2.3