summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/pristine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/pristine.rb')
-rw-r--r--lib/bundler/cli/pristine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/pristine.rb b/lib/bundler/cli/pristine.rb
index 53da90b415..d6654f8053 100644
--- a/lib/bundler/cli/pristine.rb
+++ b/lib/bundler/cli/pristine.rb
@@ -30,7 +30,7 @@ module Bundler
FileUtils.rm_rf spec.full_gem_path
when Source::Git
if source.local?
- Bundler.ui.warn("Cannot pristine #{gem_name}. Gem is locally overriden.")
+ Bundler.ui.warn("Cannot pristine #{gem_name}. Gem is locally overridden.")
next
end