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

https://github.com/bundler/bundler/commit/876545805e
This commit is contained in:
Masato Ohba 2019-08-10 09:24:30 +09:00 коммит произвёл SHIBATA Hiroshi
Родитель 94e26a97a1
Коммит 6412121b00
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
#