summaryrefslogtreecommitdiff
path: root/lib/rubygems/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/command.rb')
-rw-r--r--lib/rubygems/command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/command.rb b/lib/rubygems/command.rb
index 61ed617cc6..860764e6d5 100644
--- a/lib/rubygems/command.rb
+++ b/lib/rubygems/command.rb
@@ -342,7 +342,7 @@ module Gem
add_common_option('-V', '--[no-]verbose',
'Set the verbose level of output') do |value, options|
- # Set us to "really verbose" so the progess meter works
+ # Set us to "really verbose" so the progress meter works
if Gem.configuration.verbose and value then
Gem.configuration.verbose = 1
else