Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
  • Loading branch information
rafael committed Dec 7, 2018
1 parent b3a9459 commit dc2cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/topo/consultopo/election.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (mp *consulMasterParticipation) WaitForMastership() (context.Context, error
return nil, err
}

// We have the lock, keep mastership until we loose it.
// We have the lock, keep mastership until we lose it.
lockCtx, lockCancel := context.WithCancel(context.Background())
go func() {
select {
Expand Down

0 comments on commit dc2cbe0

Please sign in to comment.