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

[bundler/bundler] Fix typo in comment: attibutes -> attributes

876545805e
This commit is contained in:
Masato Ohba 2019-08-10 09:24:30 +09:00 committed by SHIBATA Hiroshi
parent 94e26a97a1
commit 6412121b00
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -196,7 +196,7 @@ module Bundler
# This shall check if two source object represent the same source. # This shall check if two source object represent the same source.
# #
# The comparison shall take place only on the attribute that can be # 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 # 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) # sources should compare on branch and tag but not on commit hash)
# #