diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-09-17 20:34:59 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-09-17 20:34:59 +0900 |
| commit | e4dbb91f4cb202b09a2382f322cd66cdc22df348 (patch) | |
| tree | 7b468c6158459c01ac605c86425eff80d5dd73c6 /lib | |
| parent | 63a4f2f93f25b5ad227183c0a46e342572ee08b8 (diff) | |
Fix typos [ci skip]
s/overriden/overridden/
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/cli/pristine.rb | 2 |
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 |
