From 9ec954ff7bbcdac93ce8bfb2449918ab172bef7f Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Thu, 9 Aug 2018 14:04:01 +0900 Subject: [PATCH] Fix typos detected by github.com/client9/misspell --- doc/development/RELEASING.md | 2 +- lib/bundler/vendor/thor/lib/thor/base.rb | 2 +- lib/bundler/vendor/thor/lib/thor/util.rb | 2 +- spec/runtime/setup_spec.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/development/RELEASING.md b/doc/development/RELEASING.md index afa689eaad7..58a7af5b28a 100644 --- a/doc/development/RELEASING.md +++ b/doc/development/RELEASING.md @@ -55,7 +55,7 @@ The `rake release:patch` command will automatically handle cherry-picking, and i Bundler maintains a list of changes present in each version in the `CHANGELOG.md` file. Entries should not be added in pull requests, but are rather written by the Bundler maintainers in the [bundler-changelog repo](https://github.com/bundler/bundler-changelog). -That reposity tracks changes by pull requests, with each entry having an associated version, +That repository tracks changes by pull requests, with each entry having an associated version, PR, section, author(s), issue(s) closed, and message. Ensure that repo has been updated with all new PRs before releasing a new version, diff --git a/lib/bundler/vendor/thor/lib/thor/base.rb b/lib/bundler/vendor/thor/lib/thor/base.rb index 9bd10771704..7e41dc226bb 100644 --- a/lib/bundler/vendor/thor/lib/thor/base.rb +++ b/lib/bundler/vendor/thor/lib/thor/base.rb @@ -113,7 +113,7 @@ def subclass_files end # Whenever a class inherits from Bundler::Thor or Bundler::Thor::Group, we should track the - # class and the file on Bundler::Thor::Base. This is the method responsable for it. + # class and the file on Bundler::Thor::Base. This is the method responsible for it. # def register_klass_file(klass) #:nodoc: file = caller[1].match(/(.*):\d+/)[1] diff --git a/lib/bundler/vendor/thor/lib/thor/util.rb b/lib/bundler/vendor/thor/lib/thor/util.rb index 5d03177a28d..0fe7d4d8599 100644 --- a/lib/bundler/vendor/thor/lib/thor/util.rb +++ b/lib/bundler/vendor/thor/lib/thor/util.rb @@ -27,7 +27,7 @@ def find_by_namespace(namespace) end # Receives a constant and converts it to a Bundler::Thor namespace. Since Bundler::Thor - # commands can be added to a sandbox, this method is also responsable for + # commands can be added to a sandbox, this method is also responsible for # removing the sandbox namespace. # # This method should not be used in general because it's used to deal with diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb index cd87971238a..7fec55c4c39 100644 --- a/spec/runtime/setup_spec.rb +++ b/spec/runtime/setup_spec.rb @@ -881,7 +881,7 @@ def clean_load_path(lp) end end - it "should succesfully require 'bundler/setup'" do + it "should successfully require 'bundler/setup'" do install_gemfile "" ENV["GEM_PATH"] = symlinked_gem_home.path