*: fix many typos

This commit is contained in:
Anthony Romano
2016-01-31 21:42:39 -08:00
parent 4ba1ec6a4d
commit 20461ab11a
61 changed files with 91 additions and 91 deletions

View File

@ -35,7 +35,7 @@ func TestMutexMultiNode(t *testing.T) {
}
func testMutex(t *testing.T, waiters int, chooseClient func() *clientv3.Client) {
// stream lock acquistions
// stream lock acquisitions
lockedC := make(chan *recipe.Mutex, 1)
for i := 0; i < waiters; i++ {
go func() {