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

@ -87,7 +87,7 @@ func TestSTMConflict(t *testing.T) {
}
}
// TestSTMPut confirms a STM put on a new key is visible after commit.
// TestSTMPutNewKey confirms a STM put on a new key is visible after commit.
func TestSTMPutNewKey(t *testing.T) {
clus := NewClusterV3(t, &ClusterConfig{Size: 1})
defer clus.Terminate(t)