Skip to content

Commit

Permalink
Address Ben's PR feedback; fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Nov 25, 2015
1 parent bd181a8 commit 3f6f744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function member1(ringpop, opts) {
}

function memberGenerator(ringpop) {
var basePort = 3001; // assums member with port 3000 is already in membership
var basePort = 3001; // assumes member with port 3000 is already in membership
var counter = 0;
return function genMember() {
return new Member(ringpop, {
Expand Down

0 comments on commit 3f6f744

Please sign in to comment.