From 6412121b0077cdad8f1fff3da75c2532cd67cd99 Mon Sep 17 00:00:00 2001 From: Masato Ohba Date: Sat, 10 Aug 2019 09:24:30 +0900 Subject: [bundler/bundler] Fix typo in comment: attibutes -> attributes https://github.com/bundler/bundler/commit/876545805e --- lib/bundler/plugin/api/source.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) # -- cgit v1.2.3