Skip to content

Commit

Permalink
Merge #7217
Browse files Browse the repository at this point in the history
7217: Fix a typo on a spec comment r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was there's a typo on a comment.

### What was your diagnosis of the problem?

My diagnosis was that typos are bad because they difficult reading and distract devs.

### What is your fix for the problem, implemented in this PR?

My fix is to spell bundler properly.

### Why did you choose this fix out of the possible options?

I chose this fix because `bundler` is the only word that makes sense in the context :)


Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
  • Loading branch information
bundlerbot and deivid-rodriguez committed Jun 20, 2019
2 parents ad77aed + 8690106 commit 6c3d7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/runtime/executable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
end

it "use BUNDLE_GEMFILE gemfile for binstub" do
# context with bin/bunlder w/ default Gemfile
# context with bin/bundler w/ default Gemfile
bundle! "binstubs bundler"

# generate other Gemfile with executable gem
Expand Down

0 comments on commit 6c3d7b1

Please sign in to comment.