summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-09 14:04:01 +0900
committerKazuhiro Sera <seratch@gmail.com>2018-08-09 14:04:01 +0900
commit9ec954ff7bbcdac93ce8bfb2449918ab172bef7f (patch)
tree5ad3b0e2a1ecf438b21e78e47d0bb36274dcaa3b
parentcc25eda74bd5ff4c04e5e5973fddce364e2eab5c (diff)
downloadbundler-9ec954ff7bbcdac93ce8bfb2449918ab172bef7f.tar.gz
Fix typos detected by github.com/client9/misspell
-rw-r--r--doc/development/RELEASING.md2
-rw-r--r--lib/bundler/vendor/thor/lib/thor/base.rb2
-rw-r--r--lib/bundler/vendor/thor/lib/thor/util.rb2
-rw-r--r--spec/runtime/setup_spec.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/RELEASING.md b/doc/development/RELEASING.md
index afa689eaad..58a7af5b28 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 9bd1077170..7e41dc226b 100644
--- a/lib/bundler/vendor/thor/lib/thor/base.rb
+++ b/lib/bundler/vendor/thor/lib/thor/base.rb
@@ -113,7 +113,7 @@ class Bundler::Thor
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 5d03177a28..0fe7d4d859 100644
--- a/lib/bundler/vendor/thor/lib/thor/util.rb
+++ b/lib/bundler/vendor/thor/lib/thor/util.rb
@@ -27,7 +27,7 @@ class Bundler::Thor
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 cd87971238..7fec55c4c3 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -881,7 +881,7 @@ end
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