*: 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

@ -275,7 +275,7 @@ func TestIssue2904(t *testing.T) {
ma.Remove(ctx, c.Members[1].s.ID().String())
cancel()
// restart member, and expect it to send updateAttr request.
// restart member, and expect it to send UpdateAttributes request.
// the log in the leader is like this:
// [..., remove 1, ..., update attr 1, ...]
c.Members[1].Restart(t)