aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMasato Ohba <masato.ohba@quipper.com>2019-08-10 09:24:30 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commit6412121b0077cdad8f1fff3da75c2532cd67cd99 (patch)
tree1ae4d726a4f7d0b5c258325f480d17899b18bba2 /lib
parent94e26a97a153950e160445c7afc1e4c62e522740 (diff)
downloadruby-6412121b0077cdad8f1fff3da75c2532cd67cd99.tar.gz
[bundler/bundler] Fix typo in comment: attibutes -> attributes
https://github.com/bundler/bundler/commit/876545805e
Diffstat (limited to 'lib')
-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)
#