summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasato Ohba <masato.ohba@quipper.com>2019-08-10 09:24:30 +0900
committerGitHub <noreply@github.com>2019-08-10 09:24:30 +0900
commit876545805e6d87f81f2b130ab9b9daf427a5012f (patch)
tree0d52debfedfe741eb7d872d8cc572c7b4a14015f
parent5a6ea96be9720d721e0126253440cc9f4732bd33 (diff)
downloadbundler-876545805e6d87f81f2b130ab9b9daf427a5012f.tar.gz
Fix typo in comment: attibutes -> attributes
-rw-r--r--lib/bundler/plugin/api/source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb
index b33926a181..3a2ca2f04d 100644
--- a/lib/bundler/plugin/api/source.rb
+++ b/lib/bundler/plugin/api/source.rb
@@ -196,7 +196,7 @@ module Bundler
# This shall check if two source object represent the same source.
#
# The comparison shall take place only on the attribute that can be
- # inferred from the options passed from Gemfile and not on attibutes
+ # inferred from the options passed from Gemfile and not on attributes
# that are used to pin down the gem to specific version (e.g. Git
# sources should compare on branch and tag but not on commit hash)
#