aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/commands/dependency_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/dependency_command.rb')
-rw-r--r--lib/rubygems/commands/dependency_command.rb2
1 files changed, 1 insertions, 1 deletions
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 = []