aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
#