1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos [ci skip]

s/overriden/overridden/
This commit is contained in:
Kazuhiro NISHIYAMA 2020-09-17 20:34:59 +09:00
parent 63a4f2f93f
commit e4dbb91f4c
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
4 changed files with 5 additions and 5 deletions

View file

@ -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